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 | corporate | corporate-approved | Sent whenever a corporate account is approved |
2 | counterparty | counterparty-created | Sent whenever a new counterparty is created |
3 | counterparty | counterparty-active | Sent whenever the counterparty is active to receive payments |
4 | counterparty | counterparty-disabled | Sent whenever a counterparty is marked as disabled |
5 | counterparty | counterparty-mfa-required | Sent whenever a counterparty requires MFA to proceed |
6 | transaction | transaction-created | Sent whenever a new transaction is created |
7 | transaction | transaction-canceled | Sent whenever a transaction has been canceled successfully |
8 | transaction | transaction-failed | Sent whenever a transaction has failed |
9 | transaction | transaction-mfa-required | Sent whenever a transaction requires MFA to proceed |
10 | transaction | transaction-expired | Sent whenever a transaction expires when it was in intermediate state for too long |
11 | transaction | transaction-completed | Sent whenever a transaction has completed |