Skip to main content

Payment Callback

Merchant system should implement API to receive callback from PTS. The PTS will send request to the callback_url given in payment request.

CAUTION

Please make sure the callback_url you provided in payment request are valid and allow domain name of PTS to pass your firewall. Or it might cause transactions unsynchronizable.

Request

This request is sent from PTS to merchant system when the transaction status is changed.

HTTP Request Method: POST \ Content-Type: application/json

Note

✅ Required ⭕ Optional ❌ Not used

ParamTypeRequiredSignDescription

Response

Please using Content-Type: text/plain return the string SUCCESS when callback is received. If there is anything wrong, please return the string FAILED.