Supported Events
Below are the support events available for subscription. Contact your account manager for information on accessing custom events.
Examples shared below for each event type will be sent to your URL handler within the payload
field of the HTTP request. You can check the full HTTP request structure below:
Webhook Test Event
This event only sent when the webhook test API is triggered. Should only be used for connectivity testing purposes.
Event Name: webhook.test
Event Version: 1
Example Payload Field
Transaction State Events
Transactions having a complicated flow of execution. Especially, when you initiate payments using API platform. State change events are only triggered when a transaction state is changed to COMPLETED
CANCELLED
and FAILED
states. You won't get webhooks for interim state changes.
Event Name: transaction.state-changed
Event Version: 1
Example Payload Field
Last updated
Was this helpful?