> For the complete documentation index, see [llms.txt](https://developers.frontstream.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.frontstream.com/introducing-our-embedded-form/create-a-payment-link.md).

# Create a Payment Link

## Create a link to accept payments easy!

Introducing our **FrontStream Pay Link/Hosted Payment Page** - a unique URL that when clicked, directs users to our FrontStream secure online payment page, allowing your customers to make payments without needing a website or payment gateway integration. Collect payments via email, messaging apps, social media, phone texts, and add the Pay-link to your website or in your own Pay Now button and accept payments in a **‘one-click’** process.

### Example demo Pay Link:

{% embed url="<https://payments.frontstream.com/Pay?id=demo>" %}

### Create and Configure your Pay Link:

To help you get started please see our **FrontStream Payment API** and reference our Pay Link creation AP&#x49;**:**

{% content-ref url="/pages/LJoHw7TcmdLaQaSX7vem" %}
[Welcome to our Payment API](/welcome-to-our-payment-api.md)
{% endcontent-ref %}

And using our **Payment API** please see our **Pay Link** creation API:

{% content-ref url="/pages/wXuyvMLquUEuEoNOuoOO" %}
[Create and configure Pay links](/welcome-to-our-payment-api/api-references/create-and-configure-pay-links.md)
{% endcontent-ref %}


---

# 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://developers.frontstream.com/introducing-our-embedded-form/create-a-payment-link.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.
