> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/functional/integrations/robokassa.md).

# Robokassa

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

Робокасса (Robokassa) — это российский платежный агрегатор, который позволяет интернет-магазинам, сервисам и самозанятым принимать онлайн-платежи от клиентов различными способами: банковскими картами (МИР, Visa, Mastercard), электронными кошельками, через интернет-банки, СБП, а также в соцсетях и мессенджерах, предлагая бизнесу единый договор и безопасность операций.

Сервис обеспечивает соответствие 54-ФЗ, автоматизирует фискализацию чеков и поддерживает различные системы налогообложения, выступая как мост между продавцом и покупателем.

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

<h2 align="center">Робокасса в Nextbot</h2>

Интегрируйте Робокассу в Nextbot, чтобы ИИ-агент автоматически направлял клиенту ссылку для оплаты при выполнении любой Функции (настраивается в разделе Действия). После завершения транзакции ИИ-агент получит уведомление об успешной оплате и продолжит диалог согласно настроенному сценарию.

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

Все параметры платежа — цены в прайс-листе, позиции, количество, страницы перенаправления и другие настройки — конфигурируются непосредственно в интерфейсе Nextbot.\
Для вашего удобства также доступен Тестовый режим — он позволяет проверить работу интеграции без реальных транзакций: создавайте и оплачивайте тестовые платежи, чтобы убедиться в готовности системы к работе.

Краткая статья для процедуры подключения и конфигурирования интеграции с Робокассой описана в соответствующем разделе документации — [Быстрый гайд для подключения и проверки Robokassa](/functional/integrations/robokassa/bystryi-gaid-dlya-podklyucheniya-i-proverki-robokassa.md)

Если вам требуется более подробная информация о настройке интеграции и Функций, ознакомьтесь со следующими материалами:

* [Подключение Robokassa](/functional/integrations/robokassa/podklyuchenie-robokassa.md)
* [Функции для работы с Robokassa](/functional/integrations/robokassa/funkcii-dlya-raboty-s-robokassa.md)


---

# 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://doc.nextbot.ru/functional/integrations/robokassa.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.
