Skip to main content
Webhooks notify your server when payments complete, batches dispatch, subscriptions change, and other lifecycle events occur. Base path: /api/v1/merchant/webhooks

Endpoints

List endpoints

GET /api/v1/merchant/webhooks/endpoints

Create endpoint

POST /api/v1/merchant/webhooks/endpoints

Update and delete

PATCH /api/v1/merchant/webhooks/endpoints/:id
DELETE /api/v1/merchant/webhooks/endpoints/:id

Reveal secret

POST /api/v1/merchant/webhooks/endpoints/:id/reveal-secret Returns the signing secret once per call. Store it securely.
Verify inbound webhooks per the Webhooks guide.

Deliveries

GET /api/v1/merchant/webhooks/deliveries?endpointId=&from=&to= POST /api/v1/merchant/webhooks/deliveries/:id/retry

Common event types

Full list: Webhooks guide.