| Event Name | Event Type | Trigger Condition | Data Structure | Description |
|---|---|---|---|---|
| Trial period expiring soon | v2.subscription.trial_period_expiring | When the trial expires in 3 days (single reminder) | Subscription | It's triggered when a customer's subscription trial period is due to expire in 3 days. Use Case
|
| First subscription activated | v2.subscription.first | When a subscription is activated for the first time | Subscription | It is triggered when a subscription enters the trial or active state for the first time. It is sent only once per subscription. Use Case
|
| Subscription canceled | v2.subscription.canceled | When a subscription is actively canceled | Subscription | It is triggered when a subscription is effectively terminated. Use Case
|
| Subscription changed | v2.subscription.price_changed | when a subscription is upgraded or downgraded. | Subscription | It is triggered when a subscription's price changes, providing the specific details of the change. |
| Subscription Paused | v2.subscription.paused | When a subscription is paused | Subscription | It is triggered when a subscription is temporarily paused by the customer or system. Use Case
|
| Subscription Resumed | v2.subscription.resumed | When a subscription is resumed | Subscription | It is triggered when a previously paused subscription is resumed and reactivated. Use Case
|
| Subscription Past Due | v2.subscription.past_due | When a subscription payment is past due | Subscription | It is triggered when a subscription payment is overdue but the subscription has not yet been canceled. Use Case
|
| Subscription Unpaid | v2.subscription.unpaid | When a subscription is marked as unpaid | Subscription | It is triggered when a subscription is marked as unpaid after multiple failed payment attempts. Use Case
|
| Cancellation Revoked | v2.subscription.cancellation_revoked | When a subscription cancellation is revoked | Subscription | It is triggered when a customer revokes their previous cancellation request and chooses to continue their subscription. Use Case
|
| Cancellation Requested | v2.subscription.cancellation_requested | When a subscription cancellation is requested | Subscription | It is triggered when a customer initiates a request to cancel their subscription. Use Case
|
| Subscription Fixed Term Updated | v2.subscription.fixed_term_updated | When a subscription's fixed term is modified | Subscription | It is triggered when the fixed-term settings of a subscription are changed, including modifying the number of periods, toggling auto-renewal on expiration, or converting to an ongoing subscription. The event data includes
|
| Invoice paid successfully | v2.invoice.paid | When an invoice is paid successfully | Invoice | It is sent upon successful payment for a one-time purchase or a subscription-related charge. It is used to synchronize invoice status and manage subscriptions. Use Case
|
| Invoice payment failed | v2.invoice.payment_failed | When an attempt to pay an invoice fails | Invoice | It is sent when a payment for a one-time purchase or a subscription-related charge ultimately fails. It is not sent for every retry attempt, only upon the final payment failure. Use Case
|
| Invoice Refunded | v2.invoice.refunded | Notify when the transaction order generated by the subscription is successfully refunded, for obtaining subscription refund information | Invoice | This event is sent when a refund occurs for one-time products and subscription-related payments. It is used to synchronize the refund status. |
| Trade order payment succeeded | v2.trades.succeeded | When a trade order is paid successfully | Trade | It is sent for any successful payment type and is suitable for closed-loop scenarios involving simple monetary transactions. |
| The transaction order payment failed. | v2.trades.payment_failed | When a trade order is paid fails | Trade | This notification will be sent when all types of payments fail, and it is applicable to closed-loop transactions of pure amounts. |
| Refund succeeded | v2.refunds.succeeded | When a refund is processed successfully | Refund | This event is triggered when a refund has been successfully processed and finalized Use Case
|
| Refund failed | v2.refunds.failed | When an attempt to process a refund fails | Refund | This event is triggered when a refund attempt fails. Use Case
|
| Dispute created | v2.disputes.created | When a dispute is first created | Dispute | It is triggered the first time the channel returns dispute data. Sent only once per
|
| Dispute updated | v2.disputes.updated | When key fields of an existing dispute change | Dispute | It is triggered when key fields of an existing dispute change, such as status, reason, amount, or due time. Use Case
|