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 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
