> For the complete documentation index, see [llms.txt](https://docs.peakcommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.peakcommerce.com/guides/feature-guides/guide-creating-a-trial-bundle-that-auto-converts-to-paid.md).

# Guide: Creating a Trial Bundle that Auto-Converts to Paid

### Overview

There are occasions where a business may want to create a trial product but have it auto-convert to a paid subscription after a period of time. Not all billing systems are created equally and to provide a means of accommodating this use case, PeakCommerce has recognized a strategy businesses are using by using two products -- a trial product and a regular paid product.

### Example

The marketing team at Company X wishes to have a limited duration trial of 7 days. Once the trial reaches its term date, the customer will then be charged for the full price with a new term start date starting on the 8th day. Company X uses Zuora as it's billing system.

To configure this in PeakCommerce:

* Create a product on a journey
* Set the product type to bundle
* Add the two products to the bundle
* Make sure the trial is setup to trigger off the contract effective date
* Make sure the paid product is setup to trigger off the service activation date
* Set the billing period of the trial charge to be 7 days
* Configure the journey settings defaults
  * Contract effective = enter the number of days to start after the term start date
  * Service activation = enter the number of days to start after the contract effective date

### FAQ

**How does this type of bundle show the trial conversion in reports?**

When using this approach it is important to remember that these are two distinct product rate plans and product rate plan charges. Therefore, you should plan for trial conversions to be represented with two products for reporting purposes. This is best achieved outside of Zuora in a data warehouse using a business reporting tool such as Domo.

**How do I make sure the trial product does not renew?**

There are a few days to achieve the removal of the trial product from the subscription to prevent double billing after the trial period. The most frequented method is to create a workflow in Zuora or Salesforce to remove the trial product. You can create a future dated order that will terminate the trial at the end of its term.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.peakcommerce.com/guides/feature-guides/guide-creating-a-trial-bundle-that-auto-converts-to-paid.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
