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

.NET SDK

The official Chargebee .NET SDK provides a convenient way to interact with the Chargebee API from your .NET applications.

Installation

Requirements

  • .NET Standard 1.2+
  • .NET Core 1.0+
  • .NET Framework 4.5+

Quick Start

Create a Resource

List & Pagination

Idempotent Requests

Use the builder method .SetIdempotencyKey():

Error Handling

Retry & Rate Limits

Retries are disabled by default. Enable with RetryConfig:

Rate-limited responses (HTTP 429) are automatically retried after the Retry-After duration.

OpenTelemetry

Request telemetry is supported in all Chargebee client libraries. Pass a telemetry adapter when configuring the client to emit standardized spans (chargebee.{resource}.{operation}) with OTel HTTP and chargebee.* attributes.

See OpenTelemetry integration for span attributes and language-specific examples.