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

Response

OK