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
Single Mandate Statement Events
An Aktenabrechnung (per-case statement) settles exactly one case — see the Single Mandate Statements overview..created means “became available to you”, not “created in our system”. An Aktenabrechnung
exists internally from the moment the case event is booked; you are notified when we release it.data object of both events:
mandate, invoice_no and period_start may be null — they are always present as keys.
reference_number is a snapshot and stays populated even when the case link is gone.
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
