# Integration

- [Introduction](https://docs.neox.vn/docs/collections/integration/introduction.md)
- [How To Register](https://docs.neox.vn/docs/collections/integration/how-to-register.md)
- [Security Method](https://docs.neox.vn/docs/collections/integration/security-method.md)
- [API authenPlatform](https://docs.neox.vn/docs/collections/integration/api-authenplatform.md)
- [API upload file](https://docs.neox.vn/docs/collections/integration/api-upload-kyc-file.md)
- [APIs for virtual accounts management](https://docs.neox.vn/docs/collections/integration/virtual-accounts.md)
- [API create list of virtual accounts](https://docs.neox.vn/docs/collections/integration/virtual-accounts/api-create-list-of-virtual-accounts.md)
- [API update KYC virtual account information](https://docs.neox.vn/docs/collections/integration/virtual-accounts/api-update-kyc-virtual-account-information.md)
- [API update Virtual Account transaction data from merchant](https://docs.neox.vn/docs/collections/integration/virtual-accounts/api-update-virtual-account-transaction-data-from-merchant.md): This is the API is used to update transaction data from merchant for a Virtual Account which has transactions with NeoX.
- [API set active/inactive Virtual Account](https://docs.neox.vn/docs/collections/integration/virtual-accounts/set-active-virtual-account.md)
- [API get list virtual accounts](https://docs.neox.vn/docs/collections/integration/virtual-accounts/get-list-virtual-account.md)
- [API get detail virtual account](https://docs.neox.vn/docs/collections/integration/virtual-accounts/get-detail-virtual-account.md)
- [APIs for transactions management](https://docs.neox.vn/docs/collections/integration/transactions.md)
- [API update transaction documents](https://docs.neox.vn/docs/collections/integration/transactions/update-transaction-documents.md)
- [API get list transactions](https://docs.neox.vn/docs/collections/integration/transactions/get-list-transactions.md)
- [API get detail transaction](https://docs.neox.vn/docs/collections/integration/transactions/get-detail-transaction.md)
- [APIs for refund requests management](https://docs.neox.vn/docs/collections/integration/refund-requests.md)
- [API create refund request](https://docs.neox.vn/docs/collections/integration/refund-requests/create-refund-request.md)
- [API get list refund requests](https://docs.neox.vn/docs/collections/integration/refund-requests/get-list-refund-requests.md)
- [API get detail refund request](https://docs.neox.vn/docs/collections/integration/refund-requests/get-detail-refund-request.md)
- [APIs for withdraw requests management](https://docs.neox.vn/docs/collections/integration/apis-for-withdraw-requests-management.md)
- [API get list withdraw banks](https://docs.neox.vn/docs/collections/integration/apis-for-withdraw-requests-management/get-list-support-withdraw-bank.md)
- [API create withdraw request](https://docs.neox.vn/docs/collections/integration/apis-for-withdraw-requests-management/create-withdraw-request.md)
- [API get list withdraw requests](https://docs.neox.vn/docs/collections/integration/apis-for-withdraw-requests-management/get-list-withdraw-requests.md)
- [API get detail withdraw request](https://docs.neox.vn/docs/collections/integration/apis-for-withdraw-requests-management/get-detail-withdraw-request.md)
- [Event Notification](https://docs.neox.vn/docs/collections/integration/event-notification.md)
- [SFTP upload document file of collection transaction](https://docs.neox.vn/docs/collections/integration/sftp-upload-document-file-of-collection-transaction.md)
- [Error Codes](https://docs.neox.vn/docs/collections/integration/error-codes.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://docs.neox.vn/docs/collections/integration.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.
