Skip to main content

Withdraw Confirmation

PTS provides a withdrawal confirmation function. You can use it to double-check the withdrawal request was sent from you. While withdrawal confirmation is enabled, our system will send a withdrawal confirmation for each withdrawal request we received to the URL you given to us. If this withdrawl request is confirmed, then the transaction will continue. Otherwise, the withdrawal request will be halted and mark it as an anomaly.

If you want to use our withdrawal confirmation function, please contact our customer service team. Also, you need to implement the API described below and provide your confirmation URL to us.

Request

Content-Type: application/json

ParamTypeRequiredSignDescription
user_idStringMerchant identification
order_idStringWithdraw order Id of merchant system. The order id should be unique.
amountIntegerTransaction amount (Support up to 6 decimal places)
timestampIntegerThe timestamp which provides within withdraw request (10 digits)
signStringSignature string

Response

ParamTypeRequiredSignDescription
user_idStringMerchant identification
order_idStringWithdraw order Id of merchant system. The order id should be unique.
confirmStringReturn SUCCESS indicated order confirmed. Other values indicate failure.
signStringSignature string