> For the complete documentation index, see [llms.txt](https://docs.gobtcpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gobtcpay.com/guides/payment-links.md).

# Payment Links

Take a payment without any store or terminal setup. Create a single-use or reusable payment URL, then share it by email, SMS, invoice, or QR code.

{% hint style="info" %}
**Before you begin.** Payments cannot be settled until you have a [linked receiving wallet](/guides/account-settings.md#receiving-wallet-and-custody).
{% endhint %}

### Open Payment Links

From **Home**, click **New payment** to open the Payment links page, then click **Create payment link:**&#x20;

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

The Payment links page shows summary cards (Active links, Paid this month, Conversion, Avg time-to-pay) and the list of your links.

### Create a link

Click **Create payment link** and fill in:

| Field                    | Notes                                                                                                                     |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------- |
| **Amount**               | Toggle **USD** or **BTC**. The page shows the approximate BTC value, and the rate is frozen for 5 minutes after creation. |
| **Reference / Order ID** | Optional. Ties the link to your own order.                                                                                |
| **Description**          | Optional. Shown to the customer.                                                                                          |
| **Expires in**           | For example 24 hours, longer, or custom.                                                                                  |
| **Usage**                | Single-use or reusable.                                                                                                   |
| **Return URL**           | Optional. Where the customer is redirected after paying.                                                                  |

The link is public, so anyone with the URL can pay. Click **Create link** to generate the copyable URL and QR.

### Create links in bulk

Use **Bulk upload (CSV)** to create many links at once.

### How the customer pays

The customer opens the link (or scans the QR) in the GoBTC Pay app, reviews the amount and merchant, and approves. You get an instant **Approved** response; settlement follows in a later batch.


---

# 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.gobtcpay.com/guides/payment-links.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.
