Docs
You want to open a specific Chargebee record (such as a customer, subscription, or invoice) directly from your internal application without manually searching for it in the Chargebee Admin Console.
Chargebee allows you to construct a direct Admin Console URL to open specific records such as customers, subscriptions, or invoices.
By building the URL with the appropriate record type and record ID, you can redirect users or load the Chargebee page inside an iframe from your application. This helps support teams quickly access the required information without searching for the record in the Admin Console.
Use the following format to construct the URL: https://yoursite-test.chargebee.com/admin-console//
Replace the placeholders with the appropriate values:
<site-name> with your Chargebee site name (test or live).<record_type> with the resource type you want to access (for example, customers, subscriptions, or invoices).<record_id> with the unique ID of the resource in Chargebee.https://acmeinc.chargebee.com/admin-console/subscriptions/123xyz
This URL opens the subscription details page for the subscription ID 123xyz.
Your application or internal tools can dynamically populate the record type and record ID to generate the correct URL.
Was this article helpful?