> 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/s-chego-nachat/registraciya-i-vypusk-pervoi-karty.md).

# Регистрация и выпуск первой карты

Карта выпускается прямо в Telegram за пару минут — в любое время суток. Паспортные данные и верификация не нужны: понадобится только Telegram-аккаунт и электронная почта.

{% hint style="success" %}
За выпуск каждой карты начисляем приветственный бонус **10 $** на её баланс. 🎁
{% endhint %}

{% stepper %}
{% step %}

#### Откройте мини-приложение

1. Перейдите в Telegram-бот [**@WaymentBot**](https://t.me/WaymentBot)
2. Нажмите **«Старт»**
3. Затем нажмите **«Открыть приложение»**

<figure><img src="/files/dmD5pCA2CrekvM7Jpw3x" alt="" width="295"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Выберите карту

Откроется главное меню — ваш личный кабинет. Здесь выберите подходящую карту:

* 🔁 **«Для подписок»** — ChatGPT, Claude, App Store и другие онлайн-сервисы
* ✈️ **«Для путешествий»** — офлайн-оплаты за границей, Apple Pay / Google Pay
* 👑 **«Премиальная»** — максимум возможностей и лучший курс пополнения

Сомневаетесь? [Откройте сравнение карт и тарифов.](/karty-i-tarify.md)

<div align="left"><figure><img src="/files/fWydxonbqIzJs2nDK3tc" alt="" width="295"><figcaption></figcaption></figure> <figure><img src="/files/YSQvv1Io14t6rV0ss8FH" alt="" width="295"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Оформите и оплатите выпуск

1. Нажмите **«Оформить карту»**
2. Введите свою электронную почту
3. **Выберите способ оплаты и нажмите «Оплатить»**&#x20;
   {% endstep %}

{% step %}

#### Готово — карта в личном кабинете

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

* реквизиты карты (номер, срок действия, CVV, биллинговый адрес)
* пополнение баланса
* заморозка карты в один тап, если понадобится

Приветственные **10 $** уже на балансе — можно совершать первую оплату.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
На один аккаунт можно выпустить до **3 карт** — каждая оформляется и оплачивается отдельно, и за каждую начисляется бонус 10 $.
{% 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, and the optional `goal` query parameter:

```
GET https://help.wayment.net/s-chego-nachat/registraciya-i-vypusk-pervoi-karty.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.
