Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 2.12 KB

File metadata and controls

21 lines (13 loc) · 2.12 KB

AccountInfo

Properties

Name Type Description Notes
balanceType String Account information of balance type to specify which balance type expected to be returned. Will return all available balance type if this parameter empty [optional]
amount Money Account information of amount which include the net active amount. Contains two sub-fields:
1. Value: Amount, including the cents
2. Currency: Currency code based on ISO
[optional]
floatAmount Money Account information of float amount which include the inactive amount due to cut off period. Contains two sub-fields:
1. Value: Amount, including the cents
2. Currency: Currency code based on ISO
[optional]
holdAmount Money Account information of hold amount which include the unusable amount due to certain type of transaction. Contains two sub-fields:
1. Value: Amount, including the cents
2. Currency: Currency code based on ISO
[optional]
availableBalance Money Account information of available balance which include the active amount that can be used for transaction. Contains two sub-fields:
1. Value: Amount, including the cents
2. Currency: Currency code based on ISO
[optional]
ledgerBalance Money Account information of ledger balance which include the starting balance for this day. Contains two sub-fields:
1. Value: Amount, including the cents
2. Currency: Currency code based on ISO
[optional]
currentMultilateralLimit Money Account information of current multilateral limit. Contains two sub-fields:
1. Value: Amount, including the cents
2. Currency: Currency code based on ISO
[optional]
registrationStatusCode String Account information of customer registration status [optional]
status String Account information of status. The values include:
1 = Active Account
2 = Closed Account
4 = New Account
6 = Restricted Account
7 = Frozen Account
[optional]