Account
List account balances
Retrieve a list of balances for an account. The balances are returned in an array, with each item representing a balance for that account.
For charge_card accounts, there will be two balances returned: “cash” and “credit”. For debit accounts, there will only be one balance returned: “debit”.
GET
/
account
/
{accountId}
/
balance
Authorizations
X-API-Key
string
headerrequiredAuthentication from public API requests
Path Parameters
accountId
string
requiredResponse
200 - application/json
balances
object[]
required