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/bankCheckout
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
successRedirectURL | string | (*Required) The URL of the page where you want the client to be redirected after a successful transaction. Example: https://SuccessRedirectURL.com/SuccessTransactionStatus |
failedRedirectURL | string | (*Required) The URL of the page where you want the client to be redirected after a failed transaction. Example: https://FailedRedirectURL.com/FailedTransactionStatus |
serviceCode | string | (Optional) The Gateway service ID for process the transaction selected Gateway service. If left blank, it is considered to use the default service ID, which is SECRETPAY. Example: SECRETPAY |
currencyCode | string | (*Required) This currency symbols codes of the currencies supported to specify the currency of monetary. Maximum length is 8. Example: MYR |
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 |
URL | string | (*Required) DepositURL bank redirect payment URL request. Example: https://redirect.DepositPage.com/xxxxxx-xxxxxx-xxxxxx-xxxxxx |