Skip to main content
Register a webhook endpoint to receive payment event notifications.
POST /api/v1/widgets/webhook-endpoints/create-endpoint Webhooks are dispatched as signed HTTP POST requests with HMAC-SHA256 signatures. You can subscribe to specific event types and register multiple endpoints per widget.

Parameters

Body

Supported event types:

Request example

Response

Response schema

Example response

Warning: The signingSecret is shown only once at creation time. Store it securely — you’ll need it to verify webhook payload signatures.