Webhooks let you get real-time notifications about your transactions. We understand that your transaction's status changes as it is processed until it is completed. Because of this, obtaining the transaction's final status is crucial, and webhooks come in handy here.

An endpoint on your server that is capable of receiving API requests from Zone's server is referred to as a webhook URL. Keep in mind that the request will be an HTTP POST request.

Setting up your Webhook URL

The API Keys pane of your dashboard's Settings page lets you set your webhook URL.
Kindly verify that the webhook URL is unauthenticated and accessible to the public.

The details of the transaction for which you are being notified are included in the payload that comes with the request to the webhook URL.