Webhooks
Register endpoints to receive signed, retried POSTs when your payment orders change state, so you can stop polling. Manage signing secrets and inspect the delivery log. See the Webhooks guide for the signature scheme, event catalog, and retry behavior.
Webhooks are not subaccount-scoped: an endpoint belongs to one account and a subaccount's events go to that subaccount's endpoints. Use the subaccount's own API key to manage its endpoints and delivery log. subaccountId and includeSubaccounts have no effect on these operations.
Webhooks Operations
- post/api/v1/webhooks/endpoints
- get/api/v1/webhooks/endpoints
- get/api/v1/webhooks/endpoints/{id}
- patch/api/v1/webhooks/endpoints/{id}
- delete/api/v1/webhooks/endpoints/{id}
- post/api/v1/webhooks/endpoints/{id}/rotate-secret
- post/api/v1/webhooks/endpoints/{id}/rotate-secret/promote
- post/api/v1/webhooks/endpoints/{id}/test
- get/api/v1/webhooks/deliveries
- get/api/v1/webhooks/deliveries/{id}
- post/api/v1/webhooks/deliveries/{id}/replay