v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBBank statements
Get transaction banking account balance
Get balances associated with a specific account. These balances include available, credit, debit balance, and so on.
get/bank-statements/v1/account-balances/{externalAccountId}
Path parameters
externalAccountIdstring required
External account ID
Response
OK
Example response
{
"future_dated_credits_balance": 70,
"future_dated_debits_balance": 70,
"account_id": 6912345,
"external_account_id": "b993ba96-b3e8-4ef7-9cf7-7eee5ddafdab",
"program_id": 2222,
"currency_numeric_code": "840",
"currency_alphabetic_code": "USD",
"ledger_balance": 270.35,
"book_balance": 146.9,
"available_balance": 123.45,
"credit_balance": 123.45,
"debit_balance": 123.45,
"uncleared_funds": 123.45,
"earmarked_balance": 123.45,
"overdraft_limit": 123.45,
"value_dated_balance": 123.45
}