> 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-oplatit-figma.md).

# Как оплатить Figma

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

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

{% stepper %}
{% step %}

## Проверьте подключение к VPN

Откройте [2ip.ru](https://2ip.ru/) и убедитесь, что отображаемая страна соответствует выбранной локации VPN.

![](/files/2ce7a7ef74f6060e01e272f056b79ba88cb22f0f)
{% endstep %}

{% step %}

## Перейдите к выбору подписки

Откройте Figma и нажмите на название текущего плана рядом с рабочим пространством.

<img src="/files/c6bad9ce239177f09c4ede5192f3323ff7dfad2c" alt="" width="563">

Выберите подходящий тариф и нажмите **Upgrade and choose seats**.

<img src="/files/cd80b4342fd5dd9b31656c6405cd088db9b2e40b" alt="" width="563">

Укажите, для кого оформляется подписка:

* **Just me** — только для себя;
* **Me and my team** — для себя и команды.

После выбора нажмите **Next: Seats and payment**.

<img src="/files/7ead95013914f61dc2e217d8701a2c9da58dd74f" alt="" width="563">

{% hint style="info" %}
Если выбрать подписку только для себя, участников команды можно будет добавить позже.
{% endhint %}
{% endstep %}

{% step %}

## Откройте реквизиты карты

После выбора тарифа откроется страница оплаты. Для заполнения данных откройте [@WaymentBot](https://t.me/WaymentBot) и нажмите на приобретённую карту.

<img src="/files/47b4f9c27c83200203970f352c45d26ccbfb8c5e" alt="" width="375">

Скопируйте:

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

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

<img src="/files/43911ab3501e9badfbbf1d822f6304d084c3d6e2" alt="" width="375">

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

{% step %}

## Заполните биллинговый адрес

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

<div align="center"><img src="/files/97c1781ac0a4b090b25086ee781733b670404c82" alt=""> <figure><img src="/files/xhJFXuIvba1Zeh3X4Fbj" alt=""><figcaption></figcaption></figure></div>

Вернитесь на страницу оплаты Figma и заполните поля реквизитами карты и данными биллингового адреса.

После заполнения нажмите **Next: Review**.

![](/files/3f5bc7463909f7b5d610551c3c39bda287a042b5)
{% endstep %}

{% step %}

## Подтвердите покупку

Проверьте выбранный тариф, количество мест, сумму и платёжные данные.

Поставьте отметку о согласии с условиями подписки и нажмите **Complete purchase**.

![](/files/99e5320004ec02ff17048bcf37b4aac31e58c337)
{% endstep %}

{% step %}

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

После успешной оплаты появится сообщение о переходе на выбранный тариф Figma.

![](/files/235b2befbfa709153d499c179c8eb885d3d05b7b)

{% hint style="success" %}
Готово — подписка Figma активирована.
{% endhint %}

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


---

# 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-oplatit-figma.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.
