Skip to main content
This page lists every event type Therius delivers to a configured webhook endpoint. Subscribe to a subset under Developers → Webhooks, or leave the selection empty to receive all of them. See Webhooks Overview for delivery, retry, and signature-verification details.

Payment events

Payment event payloads use this envelope:
Webhook event names use refused where the synchronous API response status field uses declined, and payment.<status> for terminal states such as expired. Match on the event string, not on substring parsing.

Subscription events

Subscription event payloads use a slightly different envelope — subscription_id is a top-level field and data carries event-specific detail:

Testing events

Use Developers → Webhooks → Send test event to deliver a sample payload for any event type to your endpoint without creating a real payment or subscription. Test deliveries appear in Recent deliveries alongside live ones and can be replayed.