Current Balance


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/currentBalance


request

QUERY PARAMETERS

FieldTypeDescription
currencyCodestring(*Required) This currency symbols codes of the currencies supported to specify the currency of monetary. (ISO-4217) Preferred currency for the transaction.
Example: MYR

Response

QUERY PARAMETERS

FieldTypeDescription
currencyCodestring(*Required) This currency symbols codes of the currencies supported to specify the currency of monetary.
Example: MYR
amountstring(*Required) The amount in currency to be transferred. * Maximun supported 2 decimals.
Example: 9163.85

Updated over 16 months Ago