Introducing OpenTelemetry for Chargebee SDKs — trace every API call in any telemetry tool.
Chargebeechargebee API

Event Types

This is a list of the event types we currently support. We will continue to add more events moving forward. All events follow a uniform pattern - <resource>_<event_name>. The resources that will be present in the event content are provided beneath each event type's description.

Note: If consolidated invoicing is enabled, the attributes invoice.subscription_id and credit_note.subscription_id should not be used (as it will not be present if the invoice / credit note has lines from multiple subscriptions). Instead to know the related subscriptions, their line_items' subscription_id attribute should be referred.

grant_blocks_created

Triggered when one or more grant blocks are created for a subscription unit. The event content includes the created grant_blocks.

grant_blocks_updated

Triggered when one or more grant blocks are updated for a subscription unit. The event content includes the updated grant_blocks.

ledger_account_balance_updated

Triggered when a ledger account balance changes for a subscription unit. The event content includes the updated ledger_account_balance.

ledger_updated

Triggered when a batch of ledger operations is persisted for a subscription unit. The event content includes the related ledger_operations, ledger_account_balance, grant_blocks, and ledger_entries.