Last updated 1 year ago
Get notify on payment status changed
- Add your endpoint that received notification request to param CallbackUrl in the request body. - Request detail: + Method : POST + Header: X-CallbackToken + Body:
Get the format of X-CallbackToken .
Request Body:
{ "status":"SUCCESS ", "transactionId":"ABC123456" }