# CloudPayments

## Подключение приема платежей через CloudPayments

{% hint style="info" %}
Если вы еще не подключены к CloudPayments и у вас нет заключенного договора с данной платежной системой – напишите нам на <hello@inskill.ru>.
{% endhint %}

Как только аккаунт в платежной системе будет создан, можно приступать к интеграции. В настройках InSkill нужно ввести два параметра:&#x20;

* публичный ключ
* пароль для API

Оба пункта находятся в настройках сайта в личном кабинете CloudPayments.

![Настройки CloudPayments](/files/-M1WKiU44XTxNv37ODrp)

Скопируйте Public ID и Пароль для API, далее вставьте их в настройках InSkill.

После этого скопируйте адреса для уведомлений **Check** и **Pay**, и вставьте их в соответствующие поля в настройках CloudPayments.

![Настройки CloudPayments в InSkill](/files/-M1WJnXNy0xNT0mZGcGK)

{% hint style="warning" %}
**Не забудьте установить адреса для уведомлений** – это важно для автоматического создания пользователей после оплаты и отправки им доступов в личный кабинет.
{% endhint %}


---

# 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.inskill.ru/nastroiki-proekta/priem-platezhei/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.
