> For the complete documentation index, see [llms.txt](https://faq.wanttopay.net/wanttopay-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.wanttopay.net/wanttopay-app/english/kak-polzovatsya-kartoi/kody-podtverzhdeniya.md).

# Verification Codes

Wanttopay has several codes for different actions. We’ve gathered them in one place so it’s easier to understand which code is needed and where to find it.

#### 1. Phone number confirmation code

When registering, you need to confirm your phone number. To do this, enter the code from the Telegram bot **Verification Codes**.

The code usually arrives right away. If the message doesn’t arrive, contact [support](https://telegram.me/WantToPaySupportBot).

#### 2. 3D Secure code

**3D Secure (3DS)** — an additional check when paying by card online. Sometimes the service may ask you to enter a code to confirm the transaction.

If a 3D Secure window appears during payment, follow the instructions on the screen and enter the received code.

**Important:** 3D Secure is not requested for every payment. It depends on the service’s security settings and the transaction itself.

#### 3. Apple Wallet code

When adding a card to **Apple Wallet** you will need a one-time code from **@WantToPayBot** in Telegram.

Usually the code arrives within a few minutes. If it doesn’t arrive, try requesting it again.

#### 4. Google Play code

When adding a card or paying in **Google Play** you may need a code from a test transaction.

Google Play charges a small amount — about **$0,50** — and includes the code in the transaction name. Find it in your Wanttopay transaction history, copy the code, and enter it into Google Play.

The temporary charge is usually refunded within a few minutes.

#### Couldn't find the code you need?

If the code didn’t arrive or you don’t understand where to find it, contact [Wanttopay support](https://telegram.me/WantToPaySupportBot).


---

# 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://faq.wanttopay.net/wanttopay-app/english/kak-polzovatsya-kartoi/kody-podtverzhdeniya.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.
