Bulkcardauthorizationholdsoutput
Represents the response payload for creating a bulk card authorization holds.
balances object
Account balances presented to inquirer such as card processor
The available balance of a deposit or credit account
The sum of all the blocked amounts on an account
The fees due representing the total fees due for the account
The sum of all the authorization hold amounts that have CRDT as the creditDebitIndicator for an account
The sum of all the authorization hold amounts that have DBIT as the creditDebitIndicator for an account
The locked amount that is not available for withdrawal in the account
The overdraft amount that has been taken out in the account
The amount of interest due to be paid on an account as a result of an authorized overdraft
The overdraft limit of a deposit account or the loan amount in case of a credit account
The technical overdraft amount that has been taken out in the account
The amount of interest due to be paid on an account as a result of a technical overdraft
The current balance of a deposit account or principal balance of a revolving credit
{
"balances": {
"availableBalance": 0,
"blockedBalance": 0,
"feesDue": 0,
"forwardAvailableBalance": 0,
"holdBalance": 0,
"lockedBalance": 0,
"overdraftAmount": 0,
"overdraftInterestDue": 0,
"overdraftLimit": 0,
"technicalOverdraftAmount": 0,
"technicalOverdraftInterestDue": 0,
"totalBalance": 0
}
}