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?