Skip to main content
GET
Get bank account
Returns a single bank account.

Path parameters

account_id
string
required
The unique identifier of the bank account to retrieve.

Response

id
string
Unique identifier for the account, prefixed with account_.
entity_id
string
The ID of the entity that owns this account.
name
string
The name of the account.
account_number
string
The bank account number.
routing_number
string
The ABA routing number.
total_balance
integer
The total balance of the account in cents, including funds that are not yet available.
available_balance
integer
The balance available for use in cents. This excludes any held funds from pending transactions.
opened_at
string
The timestamp when the account was opened, in ISO 8601 format.