API Reference
Webhooks
Manage webhook endpoints
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage webhook endpoints
GET /api/webhooks
POST /api/webhooks
{
"merchantId": "clx...",
"url": "https://your-api.com/webhook",
"events": ["payment_page.payment", "invoice.paid"],
"secret": "whsec_your_signing_secret"
}
PATCH /api/webhooks/:id
DELETE /api/webhooks/:id
POST /api/webhooks/:id/test
GET /api/webhooks/:id/deliveries?page=1
Was this page helpful?