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

# Reconciliation

Reconciliation is the periodic process by which NeoX matches the merchant's successful cross-border collection transactions against the funds confirmed by the partner banking network, producing a verified reconciliation report per currency.

***

## Reconciliation period

* The merchant has a reconciliation period **(T)** with a start time, both configured by NeoX.
* A reconciliation is produced only when the merchant has **at least one successful collection transaction** in the period.

> Example: if (T) is 3 days starting on the 10th of the month, all collection transactions that became successful between the 10th and the 13th are reconciled on the 13th.

## What a reconciliation contains

Each reconciliation record groups settled collection transactions and reports, per currency:

* The list of matched collection transactions and their `collectionOrderId`.
* The gross collected amount and the NeoX service fees.
* The net reconciled amount available for the next stage (settlement).
* The reconciliation `status` and the reconciliation code used for grouping.

Collection transactions backed by a registered [Trade Order](/docs/global/global-collections/integration/trade-orders.md) are reconciled against that commercial contract; transactions awaiting payer information or supplementary material are held until the merchant supplies the missing data via the [Collection APIs](/docs/global/global-collections/integration/collections.md).

## Multi-currency note

Because Global Collections accounts hold balances in several currencies, reconciliation is performed **independently per currency**. A merchant collecting in `USD`, `EUR`, and `HKD` receives a separate reconciliation result for each.

## Viewing reconciliation reports

To view reconciliation reports, log in to the Merchant Portal, choose the **Global Collections service**, then open **Reconciliation report**. Reports can be filtered by date range, currency, and reconciliation code.

***

The next stage after a successful reconciliation is [Settlement](/docs/global/global-collections/settlement.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/reconciliation.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.
