Webhooks
Verify a webhook endpoint
Send a test event to verify the webhook endpoint is properly configured and reachable. The request body accepts an optional 'eventType' field to specify which event type to test (e.g., 'transaction.created', 'transaction.updated'). If omitted from the request body, defaults to 'transaction.created'.
post/webhooks/{webhookEndpointId}/verify
Path parameters
webhookEndpointIdstring uuid required
ID for the webhook
Request body
Changes
Changed in 1 of the 45 revisions of this API.11
- ▲
removed the success response with the status
200response-success-status-removed
- ○
added the success response with the status
204response-success-status-added
- ▲