> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/merchant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/merchant/english/account/tools/pages/pages-subscriptions.md).

# Pages Subscriptions

To offer subscriptions within the ["Pages"](/merchant/english/account/tools/pages.md) tool, you need to use a payment provider that supports this functionality. For merchants in Switzerland, we recommend using [Payrexx Pay](/merchant/english/payment-provider/payrexx-pay.md).

To find out which payment providers support [subscriptions](/merchant/english/payment/functionalities/subcription.md), please refer to the following article:

{% content-ref url="/pages/-M\_5q7zPuSWKL65zOh5k" %}
[Payment Provider Features Matrix](/merchant/english/payment-provider/psp-features.md)
{% endcontent-ref %}

## Setting Up a Shop with Subscription Functionality

To set up subscriptions in your Pages shop, please follow the steps in the following guide:

1. Navigate to **Pages > Overview** in the main menu of your Payrexx account.
2. Use the green "Create" button in the top right to create a new page, or click on an existing page to edit it.
3. Open the "Payment information" tab, where you will see the following window:

<div align="left"><figure><img src="/files/wQ7vFBqwArBWdoEQAqCi" alt=""><figcaption><p>Subscription settings in the "Payment information" tab of the Pages shop</p></figcaption></figure></div>

#### 1. Payment type

Select "Subscription" as the payment type. Please note that only one payment method can be used. A mix of one-time payments, tokenizations, and subscriptions is not possible.

{% hint style="warning" %}
If the "Subscription" option is not selectable, it means that you do not have a compatible payment provider activated. In such a case, refer to our [feature matrix](/merchant/english/payment-provider/psp-features.md) to check which payment providers support subscriptions.
{% endhint %}

#### 2. Subscription settings

In the subscription settings, you define the following criteria:

<div align="left"><figure><img src="/files/qSHegvEL2iCnyVXWbkPN" alt="" width="563"><figcaption><p>Example of subscription settings</p></figcaption></figure></div>

1. **Billing period:** The intervals at which the subscription amount is debited from the customer.
2. **Subscription term:** The total runtime of the subscription.
3. **Cancellation period:** How far in advance the customer must cancel the subscription.

{% hint style="warning" %}
Please note that a subscription will automatically renew for the defined subscription period if it is not canceled. Your customers can manage and cancel their subscriptions through the login on the shop page (Pages).
{% endhint %}

#### Explanation using an example

<div align="left"><figure><img src="/files/YAJHe5Kt2O41ttgc1TQ0" alt="" width="563"><figcaption><p>Subscription settings in a Pages shop</p></figcaption></figure></div>

With these subscription settings, the timeline could look like this:

* 11.07.2026: The customer signs up for the subscription.
* 11.07.2026: The customer is charged for the first time.
* 11.08.2026: The customer is charged for the second time.
* 11.09.2026: The customer is charged for the third time.
* 11.10.2026: The customer is charged for the fourth time.
* 11.11.2026: The customer is charged for the fifth time.25.11.2026: The customer cancels their subscription.
* 11.12.2026: The customer is charged for one last time.

{% hint style="info" %}
If the customer had not cancelled in the example above, the subscription would have continued until July 11, 2028. After that, it would not have been renewed (total subscription duration of 2 years).
{% endhint %}

To find out how to fill in the remaining details and the fields in the other four tabs, please refer to the article on ["Pages"](/merchant/english/account/tools/pages.md).

Don’t forget to click the green "Save" button at the bottom of the page to save your settings.

## Managing Subscriptions

All subscriptions that have been completed can be found under **Payments > Subscriptions**. For more information, please refer to the following article:

{% embed url="<https://docs.payrexx.com/merchant/v/english/payment/functionalities/subcription>" %}


---

# 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.payrexx.com/merchant/english/account/tools/pages/pages-subscriptions.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.
