Skip to main content

Depositaccountbalances

Represents information about the balances of a deposit account.

availableBalancenumber

The current available balance for deposit transactions.

blockedBalancenumber

The sum of all the blocked amounts on an account.

feesDuenumber

The amount of fees due to be paid on this 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. For more information, see Deposit Account Overview Details.

overdraftAmountnumber

The overdraft amount that has been taken out in the account. For more information, see Overdraft Products.

overdraftInterestDuenumber

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

technicalOverdraftAmountnumber

The technical overdraft amount that has been taken out in the account. For more information, see Technical Overdraft.

technicalOverdraftInterestDuenumber

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

totalBalancenumber

The current balance of the account.

Depositaccountbalances
{
"availableBalance": 0,
"blockedBalance": 0,
"feesDue": 0,
"forwardAvailableBalance": 0,
"holdBalance": 0,
"lockedBalance": 0,
"overdraftAmount": 0,
"overdraftInterestDue": 0,
"technicalOverdraftAmount": 0,
"technicalOverdraftInterestDue": 0,
"totalBalance": 0
}