Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Read & write data
✅ Read & write data
✅ Observability & data quality
✅ Observability & data quality
✅ Customization
✅ Customization
Access requirements
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful links
Chargebee provides REST APIs and webhook to interact with their data. Only the REST APIs is currently supported. API docsConnection configuration in Nango
- Chargebee requires a user specific subdomain for the API base URL.
API gotchas
- Chargebee uses
Basicauth to access different endpoints. Provide yourAPI keyas the Username value and leave the password field empty. - Rate limiting: APIs are rate limited in both test and live sites. Upon breaching the rate limit APIs respond with
429docs here.- Test sites: ~750 API calls per every 5 minutes
- Live sites: ~150 API calls per site per minute
Contribute API gotchas by editing this page