> For the complete documentation index, see [llms.txt](https://docs.iexexchanger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iexexchanger.com/guide/podgotovka-k-ustanovke/centr-bezopasnosti/kod-bezopasnosti-dlya-avtovyplat.md).

# Код безопасности для автовыплат

Для настройки кодов безопасности, необходимо прописать ключи, которые хотите активировать, ниже представлены доступные способы работы с кодами безопасности.

{% hint style="info" %}
Формат пароля: <mark style="color:green;">**только цифры**</mark>
{% endhint %}

Если настроена система выплат и если для подтверждения обмена рекомендуем установить дополнительную защиту. На сервере, перейдите в корень проекта и откройте файл **.env**

Если отсутствует, пропишите в конце параметр **`SECURITY_CODES_ORDER_CONFIRM`** и задайте ей ключ.

```
SECURITY_CODES_ORDER_CONFIRM=password
```

{% tabs %}
{% tab title="По умолчанию" %}

<figure><img src="/files/x4lOgJ3Pz9ERkYsI7DlD" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="По коду безопасности" %}

<figure><img src="/files/JGCGt54aIISJaAdkNFz5" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Если данные параметры не будут заполнены, система будет работать по умолчанию - без дополнительных вводов кодов безопасности
{% endhint %}


---

# 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:

```
GET https://docs.iexexchanger.com/guide/podgotovka-k-ustanovke/centr-bezopasnosti/kod-bezopasnosti-dlya-avtovyplat.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.
