> 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/merchant-i-api/cryptocash/vyplaty-cryptocash-fiat.md).

# Выплаты CryptoCash Fiat

{% stepper %}
{% step %}

## Установка модуля

Используя параметры ниже, установите модуль выплаты через функционал "**Install plugin**" по инструкции [Install plugin](/dopolnitelnye-sistemy/install-plugin.md).

<details open>

<summary>Параметры для Install Plugin</summary>

**Plugin type**: <mark style="color:orange;">**`Payout module`**</mark>

**Plugin URL**: <mark style="color:orange;">**`@boxexchanger-plugins/payout-crypto-cash-world-fiat`**</mark>

**Directory path**: <mark style="color:orange;">**`crypto-cash-world-fiat`**</mark>

**Auth: (Deploy token)**: оставляем пустым

**Package tag**: <mark style="color:orange;">**`latest`**</mark>

</details>
{% endstep %}

{% step %}

## Настройка модуля

1. [**Зарегистрируйтесь**](#user-content-fn-1)[^1] в CryptoCash по [ссылке](https://account.crypto-cash.world/registration) -> [войдите](https://account.crypto-cash.world/login) в ЛК.
2. Зайдите в админ панель скрипта -> страница "**Мерчант и API**" -> в разделе "**Payout system**", нажмите на значок настроек в блоке с модулем выплаты Crypto-Cash.World Fiat. \
   На странице настроек модуля выплаты Crypto-Cash.World Fiat, скопируйте значения ["**Public IP**" и "**Callback URL**"](#user-content-fn-2)[^2], они понадобятся на следующем шаге.
3. В ЛК CryptoCash, на странице "**Главная**" - в блоке "**Настройки**" нажмите "[**К настройкам**](#user-content-fn-3)[^3]" -> в модальном окне нажмите "[**Сгенерировать API ключ**](#user-content-fn-4)[^4]" и выберите "[**ED25519**](#user-content-fn-5)[^5]" -> на следующем шаге, в поле "**Имя ключа**" укажите название ключа -> в поле "**URL вебхука**" укажие значение "**Callback URL**" из шага 2 -> активируйте ползунок "**Ограничение по IP**" и укажите значение "**Public IP**" в поле для ввода -> в блоке "**Доступы к endpoints**" выберите:\
   \- **Снятие фиатных денег**\
   -> скопируйте значения ["**Секретный ключ**" и "**Публичный ключ**"](#user-content-fn-6)[^6] в надежное место  -> нажмите "[**Создать**](#user-content-fn-7)[^7]".
4. Перейдите в админ панель скрипта BoxExchanger, на странице настроек модуля выплаты, в поле "**Public Key**" укажите значение "**Public key**" из шага 3 -> нажмите "**Save**" -> в поле "**Secret Key**" укажите значение "**Private key**" из шага 3 -> нажмите "**Save**".
   {% endstep %}

{% step %}

### Дополнительные настройки

* **API URL** - ссылка для API запросов CryptoCash. В случае, если у CryptoCash изменится ссылка для API запросов, то в поле "**API URL**" вы можете указать новую ссылку -> нажать "**Save**".
* **Debug log** - передача дополнительных логов команде BoxExchanger. В случае трудностей при работе модуля, установите значение "**Yes**" -> "**Save**" и обратитесь к поддержке BoxExchanger.
* **Signature Type** - тип подписи для API запросов и webhook.
  * ED25519 (рекомендуется) - современный тип подписи, его необходимо выбирать в случае, если при создании API ключа в ЛК CryptoCash вы выбрали ED25519.
  * Legacy - устаревший тип подписи, его необходимо выбирать в случае, если при создании API ключа в ЛК CryptoCash вы выбрали Legacy.
    {% endstep %}
    {% endstepper %}

[^1]: ![](/files/Y9xd5i6ifUoInNDnTf4q)

[^2]: ![](/files/em2YLx8Q33T19pUKQXZQ)

[^3]: ![](/files/6VwjriUL2aqydmJB7f7D)

[^4]: ![](/files/FbcvAc6l8tw4VWDv6ZYR)

[^5]: ![](/files/KJ34ALDREAj5WJZIWXtT)

[^6]: ![](/files/wQ2puQ7yPLX2CHa4IZtx)

[^7]: ![](/files/98N6feJztS8JYzCER62b)


---

# 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/merchant-i-api/cryptocash/vyplaty-cryptocash-fiat.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.
