This API retrieves a list of all webhook events that have been triggered and sent. The response provides detailed information for each webhook event, including the URL, response, timestamp, and payload details. Pagination options are available to efficiently handle large datasets.Documentation Index
Fetch the complete documentation index at: https://docs.ach.netevia.com/llms.txt
Use this file to discover all available pages before exploring further.
This route is secured with processor and vendor token authentication.
Endpoint
GET /3p/api/v2/webhook-eventsQuery Parameter
| Fields | Type | Is Required | Description |
|---|---|---|---|
| per_page | integer | No | By default: 10 Min: 1 Max: 100 |
| start_date | string | No | This parameter will filter the user’s records based on the notifying date of the event. Date format: Y-m-d |
| end_date | string | No | This parameter will filter the user’s records based on the notifying date of the event. Date format: Y-m-d |
| sort_order | string | No | By default: newest Possible Value: newest oldest |
| event_name | string | No | Possible Values: TransactionStarted TransactionCaptureStarted TransactionCompleted TransactionFailed TransactionCanceled PayoutOnHold PayoutCompleted ClawbackStarted ClawbackFailed ClawbackCompleted BankLinkedSuccessfully BankLinkFailed BusinessCreated BusinessUpdated BatchPayout RefundPending RefundCaptureStarted RefundCaptureCompleted RefundCaptureFailed RefundPayoutPending RefundPayoutCompleted RefundPayoutFailed BatchRefund |
| page | integer | No | By default: 1 Min: 1 |
