# Payment Link

1. **Navigate** to <https://dashboard.copperx.io/payment-links> and click on the "[Create Payment Link](https://dashboard.copperx.io/payment-links/create)" button.

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

2. **Select Payment Link Type:**

   * Fixed Price: Choose this option to create a payment link for a product with a fixed price. You can either create a one-time product or select an existing one from your inventory.
   * Variable Price: Users can enter the desired amount. This option is suitable for donation purposes or when the price may vary.
   * Subscription: Create a payment link for monthly recurring payments, such as subscription services.

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

3. **Collect Customer Information:**&#x20;

   * Enable various options such as name, email, phone number, billing and shipping address, and custom fields from the user side. This ensures that during the checkout session, users are prompted to provide necessary information.

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

4. **Advanced Options:**

   * Redirect URL: Set a specific URL where users will be redirected after a successful payment. This could be a thank you page or a confirmation page.
   * Success Message: Customize the message displayed to users upon successful payment completion. This message provides reassurance and confirms that the transaction was successful.
   * Discount Options: Allow for the inclusion of discount codes or promotional offers during the checkout process. This encourages users to make purchases by providing incentives such as discounts or special offers.

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


---

# 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.copperx.io/no-code-tools/payment-link.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.
