Get notification on status changed

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 here.

Request Body:

{
    "status":"SUCCESS ",
    "transactionId":"ABC123456"
}

Last updated