> 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/verifikaciya/verifikaciya-kart.md).

# Верификация карт

В скрипте предусмотрена верификация карт путем загрузки фотографий. Есть еще возможность ограничить доступ к направлению обмена только для верифицированных карт.&#x20;

Чтобы активировать верификацию счетов необходимо выполнить следующие шаги:

В панели управления перейдите в раздел **"Верификация — "Верификация карт"** чтобы задать необходимые настройки.

<figure><img src="/files/1ZEofPeZhL1BAL2c8RvM" alt=""><figcaption></figcaption></figure>

В разделе **"Категории"**, добавьте необходимые категории верификации.

{% content-ref url="/pages/ejGZ6pMgmGriOCKu6LaD" %}
[Категория верификаций](/guide/verifikaciya/verifikaciya-kart/kategoriya-verifikacii.md)
{% endcontent-ref %}

В разделе **"Инструкции"** заполните текст инструкции, как правильно пройти верификацию.

{% content-ref url="/pages/A9vSHQM2rLwtAd21tJzN" %}
[Инструкция верификаций](/guide/verifikaciya/verifikaciya-kart/instrukciya-verifikacii.md)
{% endcontent-ref %}

Откройте окно **"Настройки"** и включите необходимые параметры для уведомлений и заполните описание.

***

## Как активировать?

В панели управления откройте раздел **"Основное — Валюты — Список валют"** выберите валюту и перейдите к редактированию нажав на название

{% content-ref url="/pages/4kZXCpudXybY4zkSCKhx" %}
[Управление валютами](/guide/obmen/valyuty/upravlenie-valyutami.md)
{% endcontent-ref %}

Откройте раздел **"Верификация — Карт"**.

<figure><img src="/files/IEQWIwR4etZBzmKShDRE" alt=""><figcaption></figcaption></figure>

Чтобы активировать верификацию карт для всех сумм, в поле **"Мин. сумма обмена для Отдаю"** укажите 1 и включите **"Включить верификацию счета "Отдаю""**

<figure><img src="/files/LJ9KWUrSRu1hFr0ggB7D" alt=""><figcaption></figcaption></figure>


---

# 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://docs.iexexchanger.com/guide/verifikaciya/verifikaciya-kart.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.
