.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.