# Scheduled & Recurring Payments

#### 🔄 Billing Interval

Choose how often you want to charge your customer:

* **Daily**
* **Weekly**
* **Monthly**
* **Yearly**

#### ⏰ Reminder (Renewal Notification)

You can optionally send users a **reminder email** before the next payment is due. Choose how early the reminder should be sent (e.g., 3 days before). This email includes the payment link and details so users can pay in advance.

#### 🕊️ Grace Period

Set a **grace period** to give users extra time to complete the payment after the billing date. During this time, users still have access. If the payment isn’t made by the end of the grace period, their subscription may be cancelled or access removed (e.g., from a Telegram group).

***

#### 📩 How It Works

1. On the **reminder date**, the user receives an email (and Telegram message if integrated) with a payment link.
2. The user must pay **before the grace period ends** to avoid interruption.
3. If payment is completed, access continues as usual.
4. If not, access is revoked automatically after the grace period.


---

# 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://docs.paymento.io/payment-links/scheduled-and-recurring-payments.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.
