> 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-app-store.md).

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

В этой инструкции показано, как изменить регион App Store, добавить виртуальную карту Wayment и сохранить её в качестве способа оплаты.

{% hint style="info" %}
Перед началом убедитесь, что карта активна и на её балансе достаточно средств для будущих покупок.
{% endhint %}

{% stepper %}
{% step %}

## Откройте настройки аккаунта

Откройте App Store и нажмите на аватар профиля в правом верхнем углу.

![](/files/3862ac74368396951e1c7c858131aa62465caeae)

Нажмите на блок **«Информация об аккаунте, платежи и настройки»**.

![](/files/1a439d97b3118fa4291d6b092f2bfb328ee32e18)

В настройках учётной записи выберите **«Страна/регион»**.

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

{% step %}

## Измените страну или регион

Выберите страну, соответствующую типу вашей карты:

* для карты **«Для подписок»** — **Сингапур**;
* для карты **«Для путешествий»** или **«Премиальная»** — **Гонконг**.

В примере используется карта для подписок, поэтому выбираем **Сингапур**.

![](/files/e99b0a1ef123d6c77fe90864b8983bfa504ccfda)

Нажмите **«Продолжить»**. Ознакомьтесь с условиями использования и нажмите **«Принять»**.

<div><img src="/files/8938f7aac1e711f62adb3543dca52c8dad39c5e7" alt=""> <figure><img src="/files/Lhl6UBFXV1AIFli56Qyx" alt=""><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

## Добавьте способ оплаты

В разделе способов оплаты выберите **Credit / Debit Card**.

![](/files/0f0b8ba73733b9457f15e964ec4c49515973f560)

Оставьте страницу добавления карты открытой и перейдите в [@WaymentBot](https://t.me/WaymentBot).

На главном экране нажмите на приобретённую карту.

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

{% step %}

## Введите реквизиты карты

Откройте реквизиты карты и скопируйте:

* номер карты;
* срок действия;
* CVV-код.

Введите эти данные в соответствующие поля App Store.

![](/files/7d8f2ae7ea8c59b61956676b42fca76249d61559)

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

{% step %}

## Заполните адрес для выставления счёта

В Wayment прокрутите страницу карты вниз и нажмите **«Биллинговый адрес»**. Скопируйте адресные данные и перенесите их в App Store.

<div><img src="/files/6fd0eb550ca80b9787e08dbd84d6c6462e7fca34" alt="" width="375"> <figure><img src="/files/uXqFIYlaX8NRlgjNnnLV" alt=""><figcaption></figcaption></figure></div>

Для карты **«Для подписок»** используйте биллинговый адрес, указанный в Wayment.

Для карты **«Для путешествий»** или **«Премиальная»** используйте следующие данные:

* **Страна:** Hong Kong
* **Штат:** —
* **Город:** Central
* **Адрес:** Flat 802, 8/F, Wing On House, 71 Des Voeux Road Central
* **Индекс:** —

В поле **Phone** укажите `1234567890`.

В полях **First Name** и **Last Name** рекомендуется указать свои имя и фамилию латиницей.

![](/files/87c3bdbea4e708c350fc41d52e7135e593b67d89)
{% endstep %}

{% step %}

## Сохраните изменения

Проверьте введённые реквизиты и нажмите **«Готово»** в правом верхнем углу.

![](/files/6bfd1c9cba56561cf221ff484c9d27953fc3e81b)

{% hint style="success" %}
Готово — карта привязана к App Store и её можно использовать для покупок.
{% endhint %}
{% endstep %}
{% endstepper %}

Интерфейс App Store может обновляться, поэтому названия и расположение отдельных элементов иногда отличаются от скриншотов.


---

# 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-app-store.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.
