Ewallet Deposit Callback

A customer payment, originally held in the undeposited funds account, into the asset account.

POST https://{merchant_callback_URL}/


Response

QUERY PARAMETERS

FieldTypeDescription
referCodestring(*Required) Reference code by merchant unique code. * Unique.
Example: RF-5242214199
docNostring(*Required) Document No Generate by gateway system. * Unique.
Example: DS8888888888
amountfloat(*Required) The amount in currency to be transferred. * Maximun supported 2 decimals.
Example: 87.87
transTypestring(*Required) Transaction Type. Eg: DEPOSIT / WITHDRAW.
Example: DEPOSIT
transStatusstring(*Required) Transaction Status. Eg: PENDING / PROCESS / FAILURE / CONFIRM.
Example: PENDING
currencyCodestring(*Required) This currency symbols codes of the currencies supported to specify the currency of monetary.
Example: MYR
walletCodestring(*Required) Sender Bank code in the checkout from the customer as a payment method to be selected.
Example: HLB
feefloat(*Required) Charge the fee for each transaction amount. * Maximun supported 4 decimals.
Example: -1.6162
createdBystring(*Required) Transaction Owner name / User name.
Example: transaction_user_owner
createdAtstring(*Required) Transaction Date & Time. * Datetime format : yyyy-MM-dd HH:mm:ss
Example: 2022-01-04 13:29:46
xSignaturestring(*Required) Verification of Key from Callback Result. Implemented by using signing and verification of the input.
Example: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

request

QUERY PARAMETERS

FieldTypeDescription
rSignstring(*Required) Sign the source string.
Example: MD5( xSignature + docNo + referCode )
take note:

When submitting the "amount" please ensure that it includes exactly two decimal places.
- For example to meet the formatting criteria:

incorrect should be entered
8888.0000
188.1188.0100
11.0000

When submitting the "fee" please ensure that it includes exactly four decimal places.
- For example to meet the formatting criteria:

incorrect should be entered
-88-88.0000
-188.1-188.0100
-1-1.0000

Updated over 0 months Ago