Docs
This is a BETA feature. Contact Support to enable this feature in your Test and Live sites.
Chargebee Billing allows you to create subscriptions with multiple products, all billed in a single invoice.
If your business offers multiple products or services, you can attach multiple plans to a single subscription using multi-plan subscriptions. Multi-plan subscriptions consolidate all charges into a single invoice per billing cycle. This means your customers make just one payment, reducing transaction costs and simplifying their billing experience. Any associated addons and coupons are automatically applied to the subscriptions. Multiple subscriptions can be linked to a single customer record in Chargebee.
You can create multi-plan subscriptions in Chargebee Billing through the user interface (UI) or via the Create Subscription API.
The following features are not yet supported by multi-plan subscriptions and are on the product roadmap:
You can create a multi-plan subscription in Chargebee Billing through the UI or API.
To create a multi-plan subscription on your Chargebee Billing site, follow these steps:
Click Subscriptions > Create New Subscription.
In the Pick a Customer dialog, select the customer record for which you are creating this subscription. You can also create a new customer before creating this subscription.
On the Create a Subscription page, the Subscription ID field is auto-generated and uniquely identifies the subscription. Fill out the details described in the upcoming steps to create a new subscription.
The Subscription Info section collects information related to the plan you want to subscribe the customer to.
Click the Product Family dropdown and select the product family of the plan for which you are creating this subscription.
Click +Add Plan and select the plan. The Add Plan dialog displays all existing plans and addons for selection. Select the Currency and Billing frequency of the plan, and click Add. You can modify this selection by clicking the more icon next to the plan to change the plan or frequency. Any associated addons or coupons will be applied automatically.
After adding the first plan, click +Add Plan to include more plans from the same or a different product family.
Ensure all selected plans have the same billing frequency and currency.
Verify the subscription details and add more details as required. Learn more.
Click Create Subscription.
Your multi-plan subscription is successfully created. You can view the details of the subscription with multiple plans on the subscription details page.
You can edit the subscription record or perform other actions as required.
Note:
All plans must have the same billing frequency and currency to be included in a multi-plan subscription.
To create a multi-plan subscription using the API, call the Create Subscription API and specify multiple plan-item price IDs by passing them as subscription_items[item_price_id][i].
Note:
Chargebee's trial period feature allows prospects to try your product or service before committing to a paid subscription. With multi-plan subscriptions, each plan can have its own trial period (different or identical), or you can set a subscription-level trial end date that overrides the individual plan trial periods.
When adding multiple plans from the same product family, avoid including plans that have an associated add-on with differential pricing. The add-on price may vary depending on the order in which the plans are added. To ensure accurate pricing, you can manually set the add-on price instead.
If multiple plans in a subscription share the same mandatory add-on, the add-on will be included only once. To avoid conflicts and ensure seamless subscription creation, we recommend creating separate applicable addons for each plan in the product catalog.
Was this article helpful?