# Set up single payments

This guide covers step by step what you need to do in order to start accepting single payments with 8Pay.

We will assume you are the seller of a product called "**Beauty Cream"** which goes for *10 USDT* and want to integrate a *Pay* **button** into your **website**.

### **1.** Create a payment

Go to the [Home ](https://app.8pay.network/home)page of the app and click on **Receive**.

Fill the required parameters then click on *Create payment*.&#x20;

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

### 2. Embed the button

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

Once you have created the payment, you have 3 ways to share or embed it: **QR code**, **Link** or **HTML button**. For the purpose of this tutorial, we will use the HTML button so click on *Embed payment button*.

The **HTML code** for the button will be automatically copied to your clipboard.

Go into your website's source code and paste it there.

![](/files/-MeW_KxsVpg5rLwlbQHB)

### 3. Receive payments

Congratulations! Your 8Pay integration is now complete. Upon clicking on the button you just embedded, your customers will go through the 8Pay's checkout page to complete the payment process.


---

# 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.8pay.network/guides/set-up-single-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.
