Free Period
Free Period is not enabled by default on every Chargebee Billing site. Contact Support to enable this feature for your site before you configure it on subscriptions.
Free Period lets you extend the first term of a paid subscription by a fixed number of days, weeks, months, or years. Unlike a trial period, which is configured on the plan and places the subscription in In Trial status, Free Period is set on the subscription at creation time and extends the first term while the subscription remains Active (or moves to Active after any plan trial ends).
Use Free Period when you want to give paid-plan subscribers extra time before their first renewal without treating the subscription as a trial.
Example
A customer signs up on 1 January for a monthly plan priced at $50/month. You set Free Period to 1 month.
The subscription is Active from 1 January. The first charge is raised upfront at subscription creation: a $50 invoice is created on 1 January for the extended first term (1 January–28 February). Chargebee extends the first term by one month. The next renewal occurs on 1 March, after which billing follows the plan's monthly frequency.
How Free Period differs from Trial Period
Free Period and Trial Management apply at different levels and affect subscription status differently.
| Aspect | Free Period | Trial Period |
|---|---|---|
| Where it is configured | On the subscription at creation | On the plan price point |
| Subscription status | Active | In Trial |
| Behaviour | Extension of the first subscription term at no charge | Plan (and optionally addon) are not charged until the trial ends |
| Typical use case | Promotional first cycle on a paid plan | Product evaluation before purchase |
A subscription can include both a plan trial and a Free Period. When both are present, the trial runs first; Free Period extends the first billing term after the trial ends.
Prerequisites and limitations
Review the following before you enable or use Free Period:
- Free Period is available only after Support enables it on your site.
- Free Period is configured while creating a subscription, not on the plan.
- Free Period is not supported when calendar billing is enabled.
- Free Period is not supported for gift subscriptions.
- You can edit Free Period only while the subscription is in In Trial status.
Create a subscription with Free Period
To create a subscription with Free Period in the Chargebee user interface, follow the standard subscription creation flow. After Support has enabled the feature, the Free period setting appears in the subscription form.
-
Click Subscriptions > Create New Subscription.
-
Select the customer and add the plan, addons, and other subscription details as needed.
-
In the Billing Info section, locate the Free period setting.
-
Enter the duration and select the unit (days, weeks, months, or years) for the first billing cycle you want to offer free of charge.

-
Complete the remaining subscription details and click Create.
Note
If your plan includes a trial period, the subscription enters In Trial first. Free Period applies to the first billing cycle after the trial ends.
Configure Free Period using the API
When creating or updating a subscription through the API, use the free_period and free_period_unit attributes.
| Attribute | Description |
|---|---|
free_period | The period of time by which the first term of the subscription is extended free of charge. The value must be in multiples of free_period_unit. |
free_period_unit | The unit of time for the free period. Must be equal to or lower than the period_unit of the selected plan. |
Both attributes must be specified together. If you send one without the other, the request is rejected.
The free_period_unit must be compatible with the plan's billing period unit. For example, for a monthly plan you can set free_period_unit to month, week, or day, but not year.
See the Create subscription for Items API and Update subscription for Items API for parameter details.
Subscription behavior during Free Period
When a subscription is created with Free Period:
- The subscription is Active (unless the plan has a trial, in which case it is In Trial until the trial ends).
- The next billing date is calculated with the first term extended by the Free Period.
- An invoice for the extended first term is generated at subscription creation. Payment collection for this invoice and for subsequent renewals follows your site's auto-collection settings.
Subscription behavior after Free Period ends
When the Free Period ends:
- The subscription continues in Active status.
- An invoice is generated for the recurring charges, and payment is collected according to the subscription's auto-collection setting.
- Subsequent renewals follow the plan's normal billing frequency.
Edit or remove Free Period on an existing subscription while in trial
You can change or remove Free Period on a subscription while the subscription is in In Trial status.
To edit Free Period from the Chargebee user interface:
- Open the subscription and click Change Subscription.
- Edit the Free period value or remove it.
- Preview and confirm the change.
Via API, pass free_period and free_period_unit in an update subscription request when the subscription is in In Trial status. If the subscription is Active, these parameters are not accepted.
When you change the plan on an Active subscription, any existing Free Period is cleared.
Subscription Updates during Free Period
If you make changes during the first term of a subscription, the first term includes the Free Period, and any updates account for this extended term. Consider the following example, which shows the first invoice for a monthly plan and addon.
| Use Case 1 | ||
| Plan 1 | Monthly | $100 |
| Addon 1 | Monthly | $10 |
| Free Period | 15 Days |
| Invoice 1 | Amount | |
|---|---|---|
| Date | Jan 1, 2025 | |
| Item 1 | Plan 1 | $100 |
| Service Period | Jan 1, 2025 to Feb 14, 2025 | |
| Item 2 | Addon 1 | $10 |
| Service Period | Jan 1, 2025 to Feb 14, 2025 | |
| Total | $110 |
If you add a monthly addon on Jan 30 for $20, the $20 price is prorated over the first term (Jan 1 to Feb 14). The prorated charge is calculated as: Addon price × (number of days remaining in the term ÷ total days in the term), or $20 × 15/45 = $6.67.
Free Period in reports and MRR
The Standard Subscriptions export includes Free period and Free period unit columns for subscriptions that have Free Period configured.
In Monthly Recurring Revenue (MRR) reports, revenue recognized when a paid-plan subscription moves from a free period to a paid period is included in Free to Paid MRR alongside conversions from free plans to paid plans.
See also
- Trial Management — configure plan-level trials and manage trial subscriptions.
- Creating a Subscription — end-to-end subscription creation steps.
- Calendar Billing — incompatible with Free Period.
- Multi-frequency Billing — set different billing frequencies for items in a subscription.
Was this article helpful?