Skip to main content

Accountbalances

Account balances presented to inquirer such as card processor

accountIdstring

The unique account identifier

availableBalancenumber

The available balance of a deposit or credit account

cardTypestring

The card type either DEBIT or CREDIT

Possible values: [DEBIT, CREDIT]

creditLimitnumber

The overdraft limit of a deposit account or the loan amount in case of a credit account

currencyCodestring

Currency code used for the account

totalBalancenumber

The current balance of a deposit account or principal balance of a revolving credit

Accountbalances
{
"accountId": "string",
"availableBalance": 0,
"cardType": "DEBIT",
"creditLimit": 0,
"currencyCode": "string",
"totalBalance": 0
}