Dispatch a signed test webhook

Sends a signed webhook to any URL for testing purposes. Available only in dev/sandbox. Pass the target_url directly in the request body along with the webhook payload. The system signs the payload using the same ECDSA mechanism used for real webhooks and POSTs it to the target URL with the X-Webhook-Signature header. Returns 404 in production.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uri
required

URL where the webhook will be sent

string
required

Webhook event type (e.g. payment.status_change, refund.status_change)

payload
object
required

The webhook body to send (any JSON object)

Responses

400

Missing required fields

404

Test endpoints disabled (production mode)

502

Target URL unreachable or returned error

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json