{
"id": "va_8Hs2kQ4mZpXv",
"currency": "NGN",
"account_number": "9902847361",
"bank_name": "Example Bank",
"status": "active",
"created_at": "2026-09-22T09:14:02.000Z",
"bank_code": "000"
}The virtual account object
A fixed bank account number belonging to your platform or a connected account. It does not expire, and each deposit becomes a payment on that account.
A fixed bank account number belonging to your platform or a connected account. It does not expire and can receive deposits at any time.
Unique identifier for the virtual account, prefixed va_. It appears at payment_method_details.bank_transfer.virtual_account.id on each payment received through this account.
"va_8Hs2kQ4mZpXv"
Three-letter ISO 4217 code for the money this account accepts, e.g. NGN. Money sent in any other currency cannot reach it.
"NGN"
The account number the sender enters in their banking app. Show it with bank_name so the sender can select the correct destination.
"9902847361"
The bank that issued the number, as the sender sees it in their banking app. Read it from this field rather than storing one name, because accounts created later can be issued by a different bank.
"Example Bank"
Whether the virtual account is in use. active: the number appears in reads and accepts deposits. inactive: the number no longer appears in reads, but deposits sent to it are still received.
active, inactive "active"
ISO 8601 timestamp of when the account number was issued.
"2026-09-22T09:14:02.000Z"
The issuing bank's code, for apps that select a bank by code rather than by name. null when the issuing bank gives us none.
"000"

