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
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
senderAccName | string | (Required) Sender Bank Account Name. Example: Tan Mei Ling |
receiverAccNo | string | (Optional) Available receiver Bank Account No. Example: xxxx-xxxx-xxxx-xxxx |
receiverAccName | string | (Optional) Available receiver Bank User Account Name. Example: your bank account name |
receiverBkConfigCode | string | (Optional) Available receiver Bank Configuration Code. Example: AMB-002 |
callbackURL | string | (*Required) The URL on the merchant website where we will automatically POST the transaction status. Example: https://MerchantCallbackURL.com/StatusCallbackURL |
transDate | string | (*Required) The transaction Date. Example: 2020-12-31 |
amount | float | (*Required) The amount in currency to be transferred. * Maximun supported 2 decimals. Example: 63.85 |
referCode | string | (*Required) Receipt Code. * unique. Maximum length is 50. Example: REF1234509897 |
ownerBy | string | (*Required) Transaction Owner name / User name. Maximum length is 100. Example: BestTitan |
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
Field | Type | Description |
---|---|---|
docNo | string | (*Required) Document No. Generate by gateway system. * Unique. Example: WD8888888888 |
depositUrl | string | (*Required) DepositURL bank redirect payment URL request. Example: https://redirect.DepositPage.com/xxxxxx-xxxxxx-xxxxxx-xxxxxx |
When submitting the "amount" please ensure that it includes exactly two decimal places.
- For example to meet the formatting criteria:
incorrect | should be entered |
---|---|
88 | 88.00 |
188.1 | 188.01 |
1 | 1.00 |