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
Authentication from public API requests
Path Parameters
Response
200 - application/json