Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

Use the Chargebee integration

When an SMB user has linked their Chargebee account, access their subscriptions and billing data by making proxy requests to the Chargebee API

The Chargebee integration doesn't yet expose standardized data types or provide any data visualization or metrics (for example, in Lending).

Instead, when an SMBSMB The primary customer segment that Codat helps businesses serve, typically companies with annual revenues under $500 million. user has linked their Chargebee account, you can access their subscriptions and billing data through the proxy endpoint in the Codat APIAPI A set of rules and protocols that allows different software applications to communicate with each other. Codat provides APIs for accessing financial data from accounting, banking, and commerce platforms.. Only GET requests are currently supported.

By default, Codat disables users from making proxy requests. To enable proxy for Chargebee, contact your account manager or raise a ticket with our support team through our support request form.

Send a proxy request

To proxy to the Chargebee APIAPI A set of rules and protocols that allows different software applications to communicate with each other. Codat provides APIs for accessing financial data from accounting, banking, and commerce platforms., send a GET request to the proxy endpoint:

GET /companies/{companyId}/connections/{connectionId}/data/proxy?endpoint=CHARGEBEE_ENDPOINT

Replace CHARGEBEE_ENDPOINT with the desired Chargebee APIAPI A set of rules and protocols that allows different software applications to communicate with each other. Codat provides APIs for accessing financial data from accounting, banking, and commerce platforms. object, which must be URL encoded.

For example, to view a companyCompany In Codat, a company represents your customer's business entity. Companies can have multiple connections to different data sources.'s customers in Chargebee, send the following request:

GET /companies/{companyId}/connections/{connectionId}/data/proxy?endpoint=v2/customers

To view a list of all available endpoints, see the Chargebee API documentation.


Was this page useful?
👏
👍
🤔
👎
😭