Webhooks
The gateway supports webhooks that allow clients to be notified of specific transaction events in real-time.
Clients can enable webhooks for the following transaction events:
PRE-AUTHORIZE
CAPTURE
VOID
REFUND
By enabling webhooks, clients can integrate seamlessly with their internal systems and automate responses to transaction updates.
Webhook Body Format
For all webhook events, the client will receive a payload in the following JSON format:
Last updated