Skip to main content
Not available yet. This endpoint answers 501 not_implemented. The banking partner integration can open an account and report when it is funded, but cannot read one back or amend it, and we will not invent data or pretend the account never existed. Keep the details returned by creation until this lands.
Returns one virtual account by id, in the same shape create returns. Use it to re-display the bank details, and to poll for details on an asynchronously provisioned account (USD, AED, COP) until they populate. Needs the virtual-accounts permission on your key - see Authentication.

Request

string
required
The virtual account id returned at creation.

Response

The full account object: id, wallet, chain, asset, rail, currency, reference, details, feeBps, active, createdAt. Field meanings are on Create a virtual account.
For whether money has arrived on the account, poll POST /v1/fiat/status - this endpoint describes the account, not its funding.

Errors