> For the complete documentation index, see [llms.txt](https://docs.neox.vn/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neox.vn/docs/global/global-collections/integration/internal-transfers.md).

# Internal Transfer APIs

{% hint style="info" %}
**Coming Soon** — Internal Transfer APIs are currently under development and will be available in an upcoming release.
{% endhint %}

**Internal Transfer APIs** will provide secure and efficient mechanisms for moving funds between accounts within the Global Collections platform, enabling seamless fund management across your merchant ecosystem.

### Upcoming Features

When available, these APIs will enable you to:

* **Transfer Between Accounts:** Move funds between different account types (fund accounts, virtual card accounts, refund accounts) for the same merchant.
* **Sub-Merchant Transfers:** Facilitate fund transfers between platform merchant and sub-merchant accounts, or between sub-merchant accounts.
* **Multi-Currency Support:** Transfer funds across different currency balances with automatic currency conversion where applicable.
* **Real-Time Balance Updates:** Instant reflection of transfer transactions in account balances.
* **Transfer History:** Query and track all internal transfer transactions with detailed audit trails.
* **Automated Reconciliation:** Retrieve transfer records for accounting and reconciliation purposes.

### Endpoints

*Endpoint documentation will be added as APIs become available.*

***

For questions about Internal Transfer APIs availability and planned features, please contact your integration specialist.


---

# 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://docs.neox.vn/docs/global/global-collections/integration/internal-transfers.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.
