# Create Payment Links

#### Step 1: Invoice Details

Fill out the basics:

* **Payment Name**: What the customer sees (e.g., "VIP Telegram Access").
* **Description (Optional)**: Add extra details.
* **Advanced Options**:
  * Upload an image
  * Collect email address
  * Set an expiration time
  * Limit number of payments

➡️ Switch between "Payment" or "After Payment" setup at the top.

#### Step 2: Payment Details

Define how much and how often:

* **Pricing Option**: Fixed or Custom
* **Amount**: Choose currency
* **Payment Type**: One-time or Recurring
  * If Recurring:
    * Billing Interval (weekly/monthly/etc.)
    * Reminder + Grace Period
* **Accepted Cryptocurrencies**: Select from supported assets

#### Step 3: Advanced Options

You can connect your link to external systems:

* **Telegram Integration**: Gate access to Telegram groups
* **Custom Webhooks**: Trigger external APIs on payment
* **Custom Fields**: Collect extra info (e.g., username, billing address)

#### Step 4: Review & Generate

* Choose **Call to Action**: Pay, Book, or Donate
* Review your link preview
* Customize the post-payment experience (optional):
  * Show confirmation page
  * Replace with a custom message
* Click **Generate Payment Link**

🎉 Done! You’ll receive a sharable payment link and preview.


---

# 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/create-payment-links.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.
