> For the complete documentation index, see [llms.txt](https://manual.boxexchanger.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.boxexchanger.net/obmen/valyuty/nastroika-vyplaty.md).

# Настройка выплаты

Вы можете производить выплаты **вручную** или в **автоматическом режиме**&#x20;

## Выплата вручную

![](/files/ewjs4NVuLc4WoyGApHwi)

При настройки ручной выплаты вам необходимо заполнить поля для заполнения реквизитов клиентом (например номер кошелька) на которые вы будете производить выплаты вручную.

Подробнее по настройке полей вы можете узнать в разделе:

{% content-ref url="/pages/wpdCU9ZhU0n5Wx2dgBS4" %}
[Настройка поля валюты](/obmen/valyuty/nastroika-polya-valyuty.md)
{% endcontent-ref %}

В данном режиме вы сами переводите оплату в соответсвии с заявкой клиенту с той системы с которой вам удобно.

## Автоматические выплаты

{% hint style="danger" %}
**Внимание:** Мы не рекомендуем включать **авто выплаты** на начальном этапе работы. Перед активацией автоматических выплат убедитесь что вы настроили обменник корректно все курсы резервы страховки настроены верно и полностью разобрались в работе софта.
{% endhint %}

В данном случаи выплата осуществляется в полуавтоматическом или полностью автоматическом режиме зависит от настроек направления.

![](/files/pSVUTEi6APoRHUSOMWRs)&#x20;

{% hint style="info" %}
При ручной выплате убедитесь что обмен уже не выплачен модулем и статус заявки не находится в статусе на выплате с состоянием модуля выплаты wait/inProgress
{% endhint %}

#### Активация выплаты:&#x20;

Для активации выплаты выберите режим выплаты автоматически и ниже выберите нужный вам модуль выплаты&#x20;

![](/files/SxEHy76b3caGc79LO07m)

предварительно настроив его в разделе **Мерчанты и АПИ**  пункт PAYOUT SYSTEM


---

# 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://manual.boxexchanger.net/obmen/valyuty/nastroika-vyplaty.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.
