Skip to content

Testing Webhook

Planned — on our roadmap. Signed outbound webhooks and public-key retrieval are not yet enabled. Until they ship, learn a payment outcome by polling payment status. If webhooks are part of your integration plan, contact us.

To test your webhook, simply make a POST request to /webhook/test. This will trigger a test payload to be sent to the webhook url.

Payload should look similar to this:

{
"eventId": "6c707869-5b99-4208-b074-9f407da672b9",
"event": "WEBHOOK.TEST",
"createdAt": 1732893584,
"data": null
}