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
| # | Entity | Event name | Description |
|---|---|---|---|
| 1 | subaccount | subaccount-approved | Sent whenever a sub account is approved |
| 2 | transaction | transaction-created | Sent whenever a new transaction is created |
| 3 | transaction | transaction-canceled | Sent whenever a transaction has been canceled successfully |
| 4 | transaction | transaction-failed | Sent whenever a transaction has failed |
| 5 | transaction | transaction-expired | Sent whenever a transaction expires when it was in intermediate state for too long |
| 6 | transaction | transaction-in-transit | Sent whenever a transaction goes in transit with the partner bank |
| 7 | transaction | transaction-completed | Sent whenever a transaction has completed |
