> 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/chto-takoe-virtualnaya-karta.md).

# Что такое виртуальная карта

**Виртуальная карта** — это цифровая банковская карта без физического носителя. У неё есть все реквизиты обычной карты: номер, срок действия и CVV-код — их вы используете для оплаты в интернете или добавления в Apple Pay / Google Pay.

#### Как выглядит виртуальная карта

Виртуальная карта содержит те же данные, что и пластиковая:

* номер карты (16 цифр)
* срок действия (MM/YY)
* CVV-код (3 цифры)

Все реквизиты доступны сразу после выпуска — [в приложении Wayment](https://t.me/waymentbot?start=YWR2_J55gA2) в Telegram.

#### Зачем нужна виртуальная карта

**Оплата зарубежных сервисов.** Позволяет оплачивать иностранные сервисы, подписки и магазины, которые не принимают карты российских банков: ChatGPT, Claude, App Store, Netflix, Spotify и сотни других.

**Мгновенный выпуск.** Карта выпускается онлайн за пару минут — без визита в банк, паспорта и верификации.

**Безопасные онлайн-платежи.** Отдельная карта для интернет-покупок: основную карту нигде не «светите», а виртуальную можно заморозить в приложении в любой момент.

**Оплата за границей.** Карту можно добавить в Apple Pay или Google Pay и платить в магазинах в 190+ странах мира.

#### Где можно использовать карту Wayment

* ИИ-сервисы и нейросети — ChatGPT, Claude, Midjourney
* подписки и стриминги — Netflix, Spotify, YouTube Premium, App Store
* рекламные платформы — Google Ads, Facebook Ads, TikTok Ads
* хостинги и инструменты — AWS, GitHub, Figma, Canva
* бронирование отелей и билетов — Booking, Airbnb, Agoda
* маркетплейсы — Amazon, AliExpress, Temu
* офлайн-покупки за границей через Apple Pay / Google Pay

Полный перечень проверенных площадок — [в списке протестированных сервисов.](/spisok-protestirovannykh-servisov.md)

#### Карты Wayment

В сервисе три карты под разные задачи: **«Для подписок»** (онлайн-сервисы и ИИ), **«Для путешествий»** (офлайн-оплаты за рубежом) и **«Премиальная»** (лучший курс пополнения и максимум возможностей).

{% hint style="info" %}
Подобрать карту под вашу задачу поможет [сравнение карт и тарифов](/karty-i-tarify.md), а если сомневаетесь — напишите в [поддержку](https://t.me/WaymentSupBot), подскажем за пару минут.
{% 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/chto-takoe-virtualnaya-karta.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.
