> For the complete documentation index, see [llms.txt](https://aliniex.gitbook.io/alix-pay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aliniex.gitbook.io/alix-pay/guides/scantopay-service/quick-start.md).

# Quick start

## Overview

{% hint style="success" %}
**Alix Pay supported ScanToPay**&#x20;

* Vietnam :flag\_vn:
* Philippines :flag\_ph:&#x20;
* Thailand (Phuket) :flag\_th:
* Georgia :flag\_ge:
* Brazil :flag\_br:
* Argentina :flag\_ar:
* Peru :flag\_pe:
* Nigeria :flag\_ng:
  {% endhint %}

## The Flow of integration below

{% hint style="danger" %}
We noticed that a new ad-hoc flow, **"User KYC Verification"**, is required for the ScanToPay service. Please integrate the new flow outlined below.

**"Our goal is to ensure that all users are aligned with our offered services. We guarantee that all user information will be fully encrypted and never shared with third parties."**
{% endhint %}

### :dart: Please upload the KYC information and the user’s email accordingly.

<figure><img src="/files/SiZwEroB2Bfm7htde3YL" alt=""><figcaption></figcaption></figure>

### &#x20;:white\_check\_mark: Once AlixPay has verified the KYC, the ScanToPay service will become fully available.

<figure><img src="/files/mPgHlMBWhHqTqec5hRBW" alt=""><figcaption><p>Flow of integration</p></figcaption></figure>

## Steps Of Integration

### 1. User KYC Verification

1.1 Please use this[ API to upload the User KYC information](/alix-pay/api-reference/scan-to-pay-api/user/submit-user-kyc-information.md) to Alixpay platform

1.2 Get the [user kyc status](/alix-pay/api-reference/scan-to-pay-api/user/get-user-kyc-information.md) by using ths api

1.3 Please [check the supported services](/alix-pay/api-reference/scan-to-pay-api/user/check-user-service-access.md) by using this api

### 2. QR Code Information

2.1  Your application let the customer scan the QRCode and using the [get QR Code information API](/alix-pay/api-reference/scan-to-pay-api/public/get-information-of-qr-code.md). This API will return to your application the bank  name, bank account number and amount(if existing).&#x20;

2.2 Your application will verify the bank account name and bank account number by using [the bank account verification API](/alix-pay/api-reference/scan-to-pay-api/account/verify-bank-account.md). The API will return to your application with the status and correct bank account name

### 3. Display information about converting from CryptoCurrency to Fiat

Your application must display the information to user

{% hint style="danger" %}
It is Privacy Policy from Alix Pay. All partners have to follow
{% endhint %}

### 4. Create a sell order

#### &#x20;4.1 Sell order creation&#x20;

Your application will call an [api the create the sell order ](/alix-pay/api-reference/scan-to-pay-api/order/create-an-order.md)to our platform for converting the amount of cryptocurrency  to fiat (VND, PHP, THB or GEL, BRL, ARS,  PEN, NGN)

#### 4.2 Deduct partner's balance

Alix Pay will deduct an Cryptocurrency's amount base on fiatAmount accordingly&#x20;

#### 4.3 Make a payment

Alix Pay will make a payment to destination bank account

### 5. Completion

The Order will then progress to `COMPLETED`. Checking and monitoring the order status by using [Webhooks](/alix-pay/api-reference/scan-to-pay-api/transactions/listen-updates-of-transaction-via-webhook-ipn_url.md) or [Order details API ](/alix-pay/api-reference/scan-to-pay-api/transactions/get-transaction-details.md)


---

# 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:

```
GET https://aliniex.gitbook.io/alix-pay/guides/scantopay-service/quick-start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
