Bank Deposit


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


Request

QUERY PARAMETERS

FieldTypeDescription
successRedirectURLstring(*Required) The URL of the page where you want the client to be redirected after a successful transaction.
Example: https://SuccessRedirectURL.com/SuccessTransactionStatus
failedRedirectURLstring(*Required) The URL of the page where you want the client to be redirected after a failed transaction.
Example: https://FailedRedirectURL.com/FailedTransactionStatus
callbackURLstring(*Required) The URL on the merchant website where we will automatically POST the transaction status.
Example: https://MerchantCallbackURL.com/StatusCallbackURL
serviceCodestring(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
currencyCodestring(*Required) This currency symbols codes of the currencies supported to specify the currency of monetary. Maximum length is 8.
Example: MYR
bankCodestring(*Required) Bank code in the checkout offer customer as a payment method to be selected.
Example: MBB
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

Updated over 0 months Ago