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
1corporatecorporate-approvedSent whenever a corporate account is approved
2counterpartycounterparty-createdSent whenever a new counterparty is created
3counterpartycounterparty-activeSent whenever the counterparty is active to receive payments
4counterpartycounterparty-disabledSent whenever a counterparty is marked as disabled
5counterpartycounterparty-mfa-requiredSent whenever a counterparty requires MFA to proceed
6transactiontransaction-createdSent whenever a new transaction is created
7transactiontransaction-canceledSent whenever a transaction has been canceled successfully
8transactiontransaction-failedSent whenever a transaction has failed
9transactiontransaction-mfa-requiredSent whenever a transaction requires MFA to proceed
10transactiontransaction-expiredSent whenever a transaction expires when it was in intermediate state for too long
11transactiontransaction-completedSent whenever a transaction has completed