Skip to main content

Available Event Types

Subscribe to the events relevant to your integration. Each event type corresponds to a specific action in the paywise system.

Mandate Events

Claim Events

Payment Events

Statement Events

Request to Client Events

Subscribing to Events

When creating a webhook endpoint, specify the events you want to receive as an array:
You can subscribe to as many event types as needed. Only events you subscribe to will be delivered to your endpoint.
You can update the subscribed events for an existing endpoint at any time via the API using a PATCH request.

Access Mode

Events are strictly isolated by access mode:
  • Test webhooks only receive events from test API operations
  • Production webhooks only receive events from production API operations
The access mode is determined by the API token used when creating the webhook endpoint.