# Cloudpayments

Разработали интеграцию с сервисом для приема платежей [Cloudpayments](https://vk.com/away.php?to=https%3A%2F%2Fcloudpayments.ru%2F\&cc_key=). Теперь вы сможете принимать оплату в ботах с помощью данного сервиса.&#x20;

Чтобы настроить интеграцию, перейдите в **Вашего бота** → **Настройки** → **Интеграции** → **Cloudpayments**.

![](/files/-MjCgwTltJ7eUi9RURHv)

**Public ID** и **пароль для API** находится в вашем личном кабинете Cloudpayments.

После настройки интеграции в сценарии бота создайте блок **«Cloudpayments»** и настройте его необходимым образом, например после совершения платежа можно отправить ссылку на онлайн курс.

![](/files/-MjCh0j-4fjjvN0xFxxU)


---

# 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://help.watbot.ru/chat-boty/bloki/platezhi-v-botakh/cloudpayments.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.
