Depositaccountbalances
Represents information about the balances of a deposit account.
The current available balance for deposit transactions.
The sum of all the blocked amounts on an account.
The amount of fees due to be paid on this 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. For more information, see Deposit Account Overview Details.
The overdraft amount that has been taken out in the account. For more information, see Overdraft Products.
The amount of interest due to be paid on an account as a result of an authorized overdraft.
The technical overdraft amount that has been taken out in the account. For more information, see Technical Overdraft.
The amount of interest due to be paid on an account as a result of a technical overdraft.
The current balance of the account.
{
"availableBalance": 0,
"blockedBalance": 0,
"feesDue": 0,
"forwardAvailableBalance": 0,
"holdBalance": 0,
"lockedBalance": 0,
"overdraftAmount": 0,
"overdraftInterestDue": 0,
"technicalOverdraftAmount": 0,
"technicalOverdraftInterestDue": 0,
"totalBalance": 0
}