> 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 read and compliance-supplement access to incoming-funds (collection) transactions — the records created each time a payer wires money into one of your virtual accounts.

By integrating with these APIs, organizations can:

* **Retrieve collection transaction details:** Query any collection transaction by `orderId` to inspect the payer, amount, currency, order type, current status, and any trade orders that have already been matched to it.
* **Supplement platform-collection compliance information:** When a platform-collection transaction requires business-scenario and funds-nature classification (acquiring-institution or third-party-payment-receiver flows), submit the appropriate category codes and supporting documents to satisfy the platform's compliance requirements.

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

{% hint style="warning" %}
**Supplement Payer Information** and **Submit Trade Detail File** are not available — see the notices on those pages, linked in the table below.
{% endhint %}

### Endpoints

| Endpoint                                                                                                              | Method & Path                        | Status    |
| --------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | --------- |
| [Get Detail Collection Order](/docs/global/global-collections/integration/collections/get-detail-collection-order.md) | `GET /v2/gc/collection-transactions` | Available |
| [Webhook](/docs/global/global-collections/integration/collections/webhook.md)                                         | —                                    | Available |
