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

# Payout Request APIs

**Payout Request APIs** provide a comprehensive set of endpoints for initiating, tracking, and reconciling outbound payments to registered beneficiaries — covering both same-currency domestic transfers and cross-currency international remittances.

By integrating with these APIs, organizations can:

* **Lock FX rates before sending:** Use the Payout Inquiry API to obtain a guaranteed exchange rate and fee estimate for cross-currency payouts, eliminating FX uncertainty before committing to a transfer.
* **Initiate payouts to beneficiaries:** Submit single or batch payout requests to domestic and overseas beneficiaries using flexible clearing options (SWIFT, LOCAL, AUTO) and purpose codes that satisfy regulatory reporting requirements.
* **Track payout outcomes in real time:** Poll the Get Detail Payout Request API at any time to retrieve the current status, credited amounts, applied FX rates, and fee details for any payout request, or rely on the PAYOUT webhook for asynchronous notification.
* **Audit per-payee distributions:** Use the Get List Distribution Records API to retrieve the individual distribution breakdown for single or batch payouts, including each recipient's bank details and final settlement status.

In essence, **Payout Request APIs** empower you to manage the complete outbound payment lifecycle — from rate locking and payment initiation through to per-payee settlement confirmation — within a single, consistent API surface.

### Endpoints

* [Payout Inquiry](/docs/global/global-collections/integration/payout-requests/api-payout-inquiry.md)
* [Create Payout Request](/docs/global/global-collections/integration/payout-requests/api-create-payout-request.md)
* [Get Detail Payout Request](/docs/global/global-collections/integration/payout-requests/get-detail-payout-request.md)
* [Get List Distribution Records](/docs/global/global-collections/integration/payout-requests/get-list-distribution-records.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/payout-requests.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.
