Skip to main content

Bulkcardauthorizationholdsoutput

Represents the response payload for creating a bulk card authorization holds.

balances object

Account balances presented to inquirer such as card processor

availableBalancenumber

The available balance of a deposit or credit account

blockedBalancenumber

The sum of all the blocked amounts on an account

feesDuenumber

The fees due representing the total fees due for the account

forwardAvailableBalancenumber

The sum of all the authorization hold amounts that have CRDT as the creditDebitIndicator for an account

holdBalancenumber

The sum of all the authorization hold amounts that have DBIT as the creditDebitIndicator for an account

lockedBalancenumber

The locked amount that is not available for withdrawal in the account

overdraftAmountnumber

The overdraft amount that has been taken out in the account

overdraftInterestDuenumber

The amount of interest due to be paid on an account as a result of an authorized overdraft

overdraftLimitnumber

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

technicalOverdraftAmountnumber

The technical overdraft amount that has been taken out in the account

technicalOverdraftInterestDuenumber

The amount of interest due to be paid on an account as a result of a technical overdraft

totalBalancenumber

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

Bulkcardauthorizationholdsoutput
{
"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
}
}