> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nuvion.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Account Details

Entities can receive funds directly into their Nuvion account using provisioned banking coordinates. No hosted checkout or payment session required. Share the account details with your payer and Nuvion notifies you via webhook when funds arrive.

<Tip>
  Provision account details for an entity's account using `POST /account-details`. Use `asset_type: fiat` for banking coordinates or `asset_type: stablecoin` for a wallet address. See [Account Details](/core-concepts/account-details) for the full guide.
</Tip>

## How it works

1. Provision account details for the entity (`POST /account-details`, `asset_type: fiat` or `stablecoin`).
2. Share the returned banking coordinates — account number, sort code or routing number, BIC/SWIFT — with the payer.
3. The payer initiates a bank transfer from their own bank to those coordinates.
4. Nuvion credits the entity's account and fires `inflows.completed`.
