> 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/collections.md).

# Collection APIs

**Collection APIs** provide full lifecycle management of incoming-funds (collection) orders — the records created each time a payer wires money into one of your virtual accounts. These APIs let you retrieve order details, supply missing payer or funds-nature information required by compliance workflows, and submit supporting trade-detail files for customs and settlement purposes.

By integrating with these APIs, organizations can:

* **Retrieve incoming-funds order details:** Query any collection order by its identifier to inspect the payer, amount, currency, order type, current status, and any trade orders that have already been matched to it.
* **Supplement missing payer information:** When a payment arrives without identifiable sender details, provide the payer account name, account number, SWIFT code, and proof-of-payment documents to unblock the compliance review.
* **Supplement recharge order information:** When a recharge-type collection requires funds-nature classification, submit the appropriate category codes and supporting documents to satisfy the platform's compliance requirements.
* **Submit trade detail files:** Upload pre-processed transaction detail and customs declaration files to link settlement records to the corresponding incoming collection activity.

In essence, **Collection APIs** empower you to monitor every incoming payment in real time and respond to compliance prompts quickly, keeping your funds moving through the Global Collections platform without unnecessary delays.

### Endpoints

* [Get Detail Collection Order](/docs/global/global-collections/integration/collections/get-detail-collection-order.md)
* [Supplement Payer Information](/docs/global/global-collections/integration/collections/api-supplement-payer-information.md)
* [Supplement Recharge Information](/docs/global/global-collections/integration/collections/api-supplement-recharge-information.md)
* [Submit Trade Detail File](/docs/global/global-collections/integration/collections/api-submit-trade-detail-file.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://docs.neox.vn/docs/global/global-collections/integration/collections.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.
