> For the complete documentation index, see [llms.txt](https://doc.relopay.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.relopay.io/instructions/kyc-verification-guide.md).

# KYC Verification Guide

### Step 1: <mark style="color:yellow;">Select Region and Upload Documents</mark>

* In the Verification section, click `Continue`
* Select `All countries except USA`
* In the Verification section, click `Continue` again
* Choose your country and the document you will use for verification
* &#x20;In the Upload your document section, upload a photo of the selected document\*

<div><figure><img src="/files/owhWOLsVKwnuk4rzZIMv" alt=""><figcaption></figcaption></figure> <figure><img src="/files/SOaKv6n4CSHjrTptCSIe" alt=""><figcaption></figcaption></figure> <figure><img src="/files/HvE2y7YWQiZdCOjqCyYV" alt=""><figcaption></figcaption></figure> <figure><img src="/files/TasP3Tqbrg8PCyIkJfF2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/DXs4hxfY7BYwf4kcXWrA" alt=""><figcaption></figcaption></figure></div>

### Step 2: <mark style="color:yellow;">Photo Verification</mark>

* In the Get Your Camera Ready section, click `Continue`
* In the Allow Camera Access section, click `Continue`
* Grant Sumsub access to your smartphone camera by tapping `Allow`
* Complete the photo verification by following the on-screen instructions
* &#x20;Wait a few seconds for your data to be processed
* Congratulations! Your profile has been successfully verified.

<div><figure><img src="/files/BIBrdM2aFKuabEhP30Fx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/wOlmNkIcxCU0YlWls3xs" alt=""><figcaption></figcaption></figure> <figure><img src="/files/tebozS9Ex0p6EAFhyxlO" alt=""><figcaption></figcaption></figure> <figure><img src="/files/iVjR0qNcV7z68DStwPVX" alt=""><figcaption></figcaption></figure> <figure><img src="/files/PUwVogyJyWX3I4TMyJ8V" alt=""><figcaption></figcaption></figure> <figure><img src="/files/AFv5sK9nA8uKP6oHgw5N" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Photo Verification Tips:

✅ Find a well-lit place

✅ Make sure your face is clearly visible within the frame

🚫 Do not wear hats, glasses, or masks
{% 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://doc.relopay.io/instructions/kyc-verification-guide.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.
