Receiving and Acknowledging webhooks
When an HTTP request is sent to your endpoint, this notification will come in the form of a post request. You should acknowledge the requests by responding to the request with status 200.
Merchant API should return a 200 status code after receiving a notification. If Merchant API will not return 200 status code our webhook will retry sending payment notification 3 times with a delay of 10 seconds. In case of webhook not responding to the max limit we updated the transaction approved in the Database
To practice/simulate how webhooks will behave with your server/application, you can use the Test webhooks endpoint on the following page to receive sample webhooks to your endpoint from the test environment. This feature is not available in production.
You will receive data in the following format on your endpoint.
In case of declined transactions, the response will be:
Last updated