> For the complete documentation index, see [llms.txt](https://docs.smartbotpro.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smartbotpro.io/scripts/integrations/yukassa-for-receiving-payments.md).

# Yukassa for receiving payments

### Добавление магазина в Smartbot Pro

Чтобы привязать кассу и начать принимать платежи, перейдем в настройки проекта и выберем раздел "Интеграции" --> "Прием платежей". Нажмите на кнопку справа.<br>

![](/files/DWkA8qewBKe7SW7wJpxQ)

You will be redirected to the Yukassa website, where you will need to register or log in.

![](/files/pybOCG1MUcKTp2A2Q4pt)

After that, your e-shop will appear in Smartbot Pro.

![](/files/ijvLLjxxz1NwjaQXhsO4)

You can connect several stores, and also choose the type of taxation.&#x20;

### Set up payment in script

From the moment the store is connected, a payment button will appear in the "Send message" block.

![](/files/aSgkH6H7cJyjI8cL3Vu5)

Enter the name of the button and select the store where the money will go from the drop-down list.&#x20;

In the next block, you can set up gratitude for payment, or other options you need.&#x20;

When finished it will look like this:

![](/files/KsAutT0iDdvlBTqZgcvk) ![](/files/Rd839efiDBJj60GINU0u) ![](/files/tuLwoXe8Y07zKtjT9Wqt)

{% hint style="success" %}
Now you know how to connect an electronic cash desk and accept customer payments! 😉
{% endhint %}


---

# 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.smartbotpro.io/scripts/integrations/yukassa-for-receiving-payments.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.
