Skip to main content
GET
Get Virtual Account
Fetches a single virtual account with its current readiness status, bank-details payload, and balances. No request body. Use this endpoint as the source of truth for the current balances; the bank details are already returned by Create Virtual Account.
Virtual accounts only exist for supported currencies — Create Virtual Account fails with 422 UNSUPPORTED_CURRENCY for unsupported ones, so this endpoint never returns a degraded shape. See Errors.

Path Parameters

string
required
Account id (acct_…) that owns the virtual account.
string
required
Virtual account id (va_…).

Response

string
Virtual account id (va_…).
string
Always virtual_account.
string
Owning account id (acct_…).
string
Currency of the virtual account (ISO 4217).
string
active or revoked (disabled). pending and suspended are reserved and not currently returned.
string | null
Account holder name on the virtual account.
string | null
Account holder address.
string | null
Name of the bank holding the virtual account.
string | null
Address of the holding bank.
string | null
Display name of the account.
string | null
Virtual bank account number (VBAN). Null when not supported by the rail.
string | null
IBAN, where the currency/rail supports it. Null when not supported by the rail.
string | null
SWIFT/BIC of the holding bank.
string | null
US ABA routing number (ACH / Fedwire).
string | null
UK sort code (Faster Payments).
string | null
Intermediary (correspondent) bank name, if applicable.
string | null
Intermediary bank SWIFT/BIC, if applicable.
string[]
Payment rails the virtual account can receive on: ach, fedwire, swift, sepa, spei, pix, faster_payments.
decimal
Available balance, currency-formatted.
decimal
Inbound deposits received but not yet credited to the available balance.
decimal
All funds held against this virtual account and not yet available: in-flight payments and transfers, FX holds, and platform or service fees. Equals total_balance minus balance minus pending_deposit.
decimal
Total balance including pending deposits and held funds.
timestamp
Creation timestamp (ISO 8601, UTC).
timestamp | null
Last update timestamp (ISO 8601, UTC).