This API is used to consult whether the user has available balance in any of the transaction. API will also provide the amount is required to complete the transaction.
POST https://{api_URL}/api/availableBalance
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
currencyCode | string | (*Required) This currency symbols codes of the currencies supported to specify the currency of monetary. (ISO-4217) Preferred currency for the transaction. Example: MYR |
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
currencyCode | string | (*Required) This currency symbols codes of the currencies supported to specify the currency of monetary. Example: MYR |
amount | string | (*Required) The amount in currency to be transferred. * Maximum supported 2 decimals. Example: 9163.85 |