a84d4905fdbb
latestOpenAPI 3.1.02026-08-143874115.7 MBWebhooks
Send Test Event
Sends a sample payload for the given event to the webhook's URL and returns the delivery result.
post/webhooks/{id}/test
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"event": "payment.succeeded"
}Response
test event sent
Example response
{
"body": "OK",
"status": 200,
"success": true
}