Bank Deposit (Offline)


A customer payment, originally held in the undeposited funds account, into the asset account. A create request includes representing a direct deposit or linked deposit.

POST https://{api_URL}/api/bankDepositOffline


request

QUERY PARAMETERS

FieldTypeDescription
senderAccNamestring(Required) Sender Bank Account Name.
Example: Tan Mei Ling
receiverAccNostring(Optional) Available receiver Bank Account No.
Example: xxxx-xxxx-xxxx-xxxx
receiverAccNamestring(Optional) Available receiver Bank User Account Name.
Example: your bank account name
receiverBkConfigCodestring(Optional) Available receiver Bank Configuration Code.
Example: AMB-002
callbackURLstring(*Required) The URL on the merchant website where we will automatically POST the transaction status.
Example: https://MerchantCallbackURL.com/StatusCallbackURL
transDatestring(*Required) The transaction Date.
Example: 2020-12-31
amountfloat(*Required) The amount in currency to be transferred. * Maximun supported 2 decimals.
Example: 63.85
referCodestring(*Required) Receipt Code. * unique. Maximum length is 50.
Example: REF1234509897
ownerBystring(*Required) Transaction Owner name / User name. Maximum length is 100.
Example: BestTitan

Response

A customer payment, originally held in the Undeposited Funds account, into the Asset Account. A create request includes representing a direct deposit or linked deposit.

QUERY PARAMETERS

FieldTypeDescription
docNostring(*Required) Document No. Generate by gateway system. * Unique.
Example: WD8888888888
depositUrlstring(*Required) DepositURL bank redirect payment URL request.
Example: https://redirect.DepositPage.com/xxxxxx-xxxxxx-xxxxxx-xxxxxx
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.00
188.1188.01
11.00

Updated over 0 months Ago