> For the complete documentation index, see [llms.txt](https://help.inveterate.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inveterate.com/help-center/guides/program-setup/tier-setup/paid-trials-for-paid-tiers.md).

# Paid Trials for Paid Tiers

### Overview

Inveterate now supports **Paid Trials** for paid membership tiers. This feature allows merchants to charge customers a trial amount upfront before transitioning them to regular recurring pricing after the trial period ends.

### What is a Paid Trial?

A paid trial enables you to:

* Charge a **reduced trial price** during an initial trial period
* Automatically transition customers to **regular recurring pricing** after the trial ends
* Maintain all existing trial functionality while collecting payment upfront

#### Paid Trial vs. Free Trial

| Feature              | Free Trial                         | Paid Trial                                        |
| -------------------- | ---------------------------------- | ------------------------------------------------- |
| **Trial Price**      | $0                                 | Any amount > $0 (must be less than regular price) |
| **Customer Payment** | No charge during trial             | Charged trial amount immediately                  |
| **Transition**       | Moves to regular price after trial | Moves to regular price after trial                |
| **Trial Duration**   | Configurable (days)                | Configurable (days)                               |

***

### Setting Up a Paid Trial

#### Prerequisites

* You must have a **Paid Recurring Tier** created
* Your tier must have a **trial period** configured (in days)

#### Configuration Steps

1. **Navigate to Program Setup**
   * Go to **Membership Program** to view your membership tiers&#x20;
     * If working on an already created tier select the **three dots** next to the tier you want to edit
2. **Create or Edit a Paid Tier**
   * When creating a new tier or editing an existing one, locate  **"Add introductory period"**

<figure><img src="/files/XHQlRA5S2LvazvYSVHF2" alt="" width="375"><figcaption></figcaption></figure>

1. **Configure Trial Settings**
   * **Trial Period**: Enter the number of days for the trial (e.g., 14, 30, 60)
   * **Trial Price**: Enter the trial amount in your store's currency
     * Select 'Free' for a **free trial**
     * Set to any amount greater than `$0.00` for a **paid trial**
     * The trial price should be less than your regular tier price
2. **Save Your Changes**
   * Click **Save** **changes** to apply your settings

<figure><img src="/files/dtfMyuQrXOAO8wBg8Kqz" alt=""><figcaption></figcaption></figure>

***

#### Example Configuration

**VIP Membership with Paid Trial:**

* **Tier Name**: VIP Membership
* **Regular Price**: $29.99/month
* **Trial Period**: 14 days
* **Trial Price**: $4.99

In this example:

* Customer pays **$4.99 immediately** upon signup
* After **14 days**, they're automatically charged **$29.99/month** (recurring)

***


---

# 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://help.inveterate.com/help-center/guides/program-setup/tier-setup/paid-trials-for-paid-tiers.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.
