# Maximum/minimum (finite) subscription plans

Last updated: May 14, 2025

{% hint style="info" %}
The two most common use cases for this setting include 1) finite gifted subscriptions or 2) minimum orders required at initial purchase.

**1) Finite use case example:** Customer purchases a monthly gift subscription for a 6 month term. Subscription automatically ends after 6 months.

**2) Minimum orders required example:** Customers are required to sign up for a minimum of 3 cycles (orders) with a new subscription. Only after this 3rd consecutive order will the customer be presented with the option to cancel their entire subscription in the [<mark style="color:blue;">customer account portal</mark>](broken://pages/qVwkxzX3scPur4uAHXQ9).
{% endhint %}

{% hint style="warning" %}
As of July 1, 2022, merchants selling to customers in **California, United States** may not be able to offer minimum required billing cycles. Please [<mark style="color:blue;">read here</mark>](https://www.jdsupra.com/legalnews/amendments-to-california-s-automatic-4857722/) for more information.
{% endhint %}

<figure><img src="/files/0PkSUkQaWnb45bYTnFIn" alt=""><figcaption></figcaption></figure>

### Setting up a maximum/minimum billing cycle

To define a maximum or minimum number of billing cycles for a selling plan go to **Subscription Programs** in the left hand navigation.&#x20;

In the relevant subscription program, click on the tab Max/Min tab for the specific subscription plan you want:

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

Define minimum and/or maximum number of billing cycles using the input fields.&#x20;

This optional setting can be enabled for each subscription plan within each subscription program.


---

# Agent Instructions: 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:

```
GET https://help.smartrr.com/docs/support/subscription-setup/maximum-minimum-finite-subscription-plans.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
