latestOpenAPI 3.1.0MIT2026-08-226224149.1 KB

613ceff68dc7

List bank account balances

Returns all balances for a bank account, ordered by date descending.

get/bank_account_balances

Query parameters

bank_account_idstring required

The bank account to list balances for

Response

List of bank account balances

idinteger

Unique numeric identifier

bank_account_idinteger required

ID of the bank account this balance belongs to

datestring date required

The date of the balance

balance_type'opening_ledger' | 'closing_ledger' | 'current_ledger' | 'opening_available' | 'opening_available_next_business_day' | 'closing_available' | 'current_available' | 'previously_closed_book' | 'other' required

The type of balance

amount_centsinteger required

The balance amount in cents (e.g., 1234 = $12.34)

created_atstring date-time
updated_atstring date-time