Events

Fetch events that have been generated in your account

A webhook event is an automated message sent from one system to another, triggered by a specific event or action, typically using HTTP POST requests.

We allow the fetching of webhook events generated in your account through the following endpoints:

GET /webhooks/events: Get a paginated list of all events generated.

GET/webhooks/events/{event_id}: Get the details of a particular event fetched using the event id.

Supported Events

Following is a list of all the events that we support

#EntityEvent nameDescription
1subaccountsubaccount-approvedSent whenever a sub account is approved
2transactiontransaction-createdSent whenever a new transaction is created
3transactiontransaction-canceledSent whenever a transaction has been canceled successfully
4transactiontransaction-failedSent whenever a transaction has failed
5transactiontransaction-expiredSent whenever a transaction expires when it was in intermediate state for too long
6transactiontransaction-in-transitSent whenever a transaction goes in transit with the partner bank
7transactiontransaction-completedSent whenever a transaction has completed