# Môi trường tích hợp

VinID cung cấp cho các đối tác 2 môi trường để tích hợp vào hệ thống bao gồm :

* **UAT:** Sử dụng trong quá trình tích hợp bao gồm xây dựng tính năng, kiểm thử, debug, v.v..
* **Production:** Sử dụng để triển khai cho người dùng cuối có thể sử dụng dịch vụ.

## API Host

Địa chỉ host server cho các API

* **UAT:** `https://api-merchant-uat.vinid.dev/{api_path}`
* **Production:** `https://api-merchant.vinid.net/{api_path}`

## Merchant Website

Là trang web dành riêng cho đối tác phục vụ việc tra cứu giao dịch và quản lý các thông tin kết nối (keycode, store, pos, ...).

* **UAT:** [https://merchant-uat.vinid.dev](https://merchant-uat.vinid.dev/)
* **Production:** <https://merchant.vinid.net>

Bên cạnh đó VinID cũng cung cấp ứng dụng dành cho đối tác trên mobile (Android/iOS) với các chức năng tương tự trên Merchant Website.

Xem thêm:

* [Hướng dẫn sử dụng Merchant Website](/khac/ung-dung-quan-ly/merchant-site.md)
* [Hướng dẫn sử dụng Merchant App](/khac/ung-dung-quan-ly/merchant-app.md)

## Mobile App

Hỗ trợ kỹ thuật sẽ cung cấp ứng dụng VinID trên môi trường sandbox cho các đối tác có nhu cầu. \
Xin vui lòng liên hệ tại [đây](/khac/thong-tin-ho-tro.md).


---

# Agent Instructions: 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://developers.vinid.net/tai-lieu-tich-hop/moi-truong-tich-hop.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.
