> For the complete documentation index, see [llms.txt](https://help.wayment.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.wayment.net/instrukcii-po-oplate/kak-privyazat-kartu-k-wechat.md).

# Как привязать карту к WeChat

{% hint style="danger" %}
Перед началом включите VPN с локацией в любой европейской стране.
{% endhint %}

В этой инструкции показано, как зарегистрироваться в WeChat, добавить виртуальную карту Wayment и проверить её с помощью тестового платежа.

{% stepper %}
{% step %}

## Зарегистрируйтесь в WeChat

Откройте приложение WeChat и нажмите **Sign Up**.

![](/files/70f1e3ff6e28231c27df292eb8dadf9f049ecb0b)

Затем выберите **Sign Up with Mobile**.

![](/files/2724e0b358e5cebcff2bef0033d328525976cadb)

Заполните регистрационную форму:

* укажите имя и фамилию латиницей;
* выберите страну номера телефона;
* введите номер телефона;
* придумайте пароль;
* примите условия использования.

После заполнения нажмите **Accept and Continue**.

![](/files/b6ac77c779d25d2625538cd8ae09e87c5b7459b8)
{% endstep %}

{% step %}

## Подтвердите номер телефона

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

Введите полученный код и нажмите **Submit**.

<img src="/files/0fc368ed82b0f94a61cc127f898edc405bd21699" alt="" width="375">

{% hint style="warning" %}
Заранее подготовьтесь записать цифры на английском языке. Код необходимо ввести в том порядке, в котором он будет продиктован.
{% endhint %}
{% endstep %}

{% step %}

## Откройте раздел банковских карт

После завершения регистрации откройте вкладку **Me** в правом нижнем углу, затем выберите **Pay and Services**.

<img src="/files/f9d8c2a4225a01626e935bb59ef0d74def71680e" alt="" width="375">

Нажмите **Wallet**.

<img src="/files/3fe9633dabbc9b124dbfbd282cc67bea58bb7c7b" alt="" width="375">

Перейдите в раздел **Bank Cards**.

<img src="/files/67b6b76d1319600bf750a3e17fd4ecd0df769a6a" alt="" width="375">
{% endstep %}

{% step %}

## Добавьте карту Wayment

Нажмите **Add a Bank Card**.

<img src="/files/af5b9e050db6d35dc6fb208a3cf69ddd765cbfc4" alt="" width="375">

Откроется форма для ввода данных карты.

<img src="/files/d5479f5d46df8cc634b084523dfe172c39a4d61c" alt="" width="375">

Откройте [@WaymentBot](https://t.me/WaymentBot) и нажмите на приобретённую карту. Скопируйте номер карты, срок действия и CVV-код.

<div><img src="/files/a40ddae87a2ba4be7df311dec65c66c412113262" alt=""> <figure><img src="/files/5oLLEWaQPPf7llGFW7pr" alt=""><figcaption></figcaption></figure></div>

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

{% hint style="warning" %}
Не передавайте номер карты, CVV-код и коды подтверждения другим людям.
{% endhint %}
{% endstep %}

{% step %}

## Установите платёжный пароль

Придумайте шестизначный платёжный пароль и сохраните его — он понадобится для подтверждения будущих платежей.

<img src="/files/4a9d952847f3ab8edaf813de3d4f29a2d9412c35" alt="" width="375">

После успешной привязки появится сообщение **Added**.

<img src="/files/760ee940910cf3d60a21da5fe05dc15f460c2dc4" alt="" width="375">
{% endstep %}

{% step %}

## Выполните тестовый платёж

На другом устройстве откройте сайт [testchinapay.com](https://testchinapay.com/) и нажмите **Click to reveal**.

<img src="/files/dce80951d9f4dbcfcf7dc77a20966d75d37c6bc2" alt="" width="375">

В приложении WeChat откройте вкладку **Discover**, выберите **Scan** и отсканируйте QR-код с сайта.

<img src="/files/54b0465b163dd26a7db6d6cd2951724bc7a72028" alt="" width="375">

На экране оплаты проверьте сумму **¥1**, нажмите **Pay** и введите ранее созданный платёжный пароль.

<img src="/files/914e42794fda4dc856174d39726ca49ec8fc27f4" alt="" width="375">

{% endstep %}

{% step %}

## Проверьте результат

После успешного платежа появится подтверждение оплаты на **¥1.00**.

<img src="/files/d49ea364e9626c86daebb4e1655a8cbbfdb34732" alt="" width="375">

{% hint style="success" %}
Готово — карта Wayment привязана к WeChat и успешно прошла тестовую оплату.
{% endhint %}
{% endstep %}
{% endstepper %}

Интерфейс WeChat может отличаться в зависимости от версии приложения и языка.


---

# 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://help.wayment.net/instrukcii-po-oplate/kak-privyazat-kartu-k-wechat.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.
