Email billing callbacks

Handling callbacks correctly is crucial to ensure your integration’s business logic works as expected. It is highly recommended to validate payment statuses and callbacks before acting on it inside your system.

Refer to this section to get more information on what callbacks are and how to validate them before acting on it inside your system.

Type
Event
Description

Subscription

paid

The invoice, linked to the subscription, is successfully paid in full before the subscription's expiration date.

Subscription

cancelled

The subscription is not paid before the expiration date or is manually cancelled using API.

Last updated