v2

latestOpenAPI 3.1.02026-07-264249163.7 KB
Webhooks

Trigger a test webhook

Trigger a test event to mimic a webhook event at a given URL.

post/v2/webhooks/test

Request body

event'customer.tokenized' | 'order.authorized' | 'order.captured' | 'order.refunded' | 'dispute.merchant_input_requested' | 'dispute.deadline_approaching' | 'dispute.closed.customer_win' | 'dispute.closed.merchant_win' | 'dispute.closed.neutral' required

One of the Valid Webhook Events

urlstring required

A url to receive the test webhook. If omitted, the test webhook is sent to all urls subscribed to that event.

Response

Status Created