> 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/remittance-service/quick-start.md).

# Quick start

## Overview

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

* Vietnam :flag\_vn:
  {% endhint %}

## The Flow of integration below

{% hint style="info" %}
We noticed that a new ad-hoc flow, **"User KYC Verification"**, is required for the Remittance 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."**

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

:white\_check\_mark: Once AlixPay has verified the KYC, the Remittance service will become fully available.
{% endhint %}

## 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 the api

### 2. Review the cash-out order  &#x20;

&#x20;Your application will review the cash-out order by using the api end-point [here](/alix-pay/api-reference/alixpay-remittance-api/review-the-cash-out-order.md). The API will return to your application with details of the order

### 3. Create the cash-out order

#### &#x20;3.1 Sell order creation&#x20;

Your application will call an api to [create the cash-out order](/alix-pay/api-reference/alixpay-remittance-api/create-the-cash-out-order.md) to our platform for converting the amount of cryptocurrency  to fiat (VND)

#### 3.2 Deduct partner's balance

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

#### 3.3 Make a payment

AlixPay will make a payment to destination bank account

### 4. 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/remittance-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.
