post https://enbduat-acquiring-apigw.creditpluspinelabs.com/apis/v1/webhooks/
Checkout provides webhook calls for latest transaction updates. User can register for webhook based on events. Refer list of allowed webhook events in References section. Webhook calls are available for payment transactions, capture transactions and refund transactions.
In response of webhook, checkout expects 200 OK as http status and a valid JSON body as acknowledgement from the receiving server. If acknowledgement is not provided or it is not in the mentioned format, then webhook call will be re-attempted. It will keep re-attempting but with incremental delays until MAX_RETRY_COUNT is reached.