Get notification on status changed
- Add your endpoint that received notification request to param CallbackUrl in
the request body.
- Request detail:
+ Method : POST
+ Header: X-CallbackToken
+ Body: {
"Status":"SUCCESS ",
"TransactionId":"ABC123456"
}Last updated