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

# Beneficiary APIs

**Beneficiary APIs** provide merchants with the tools to register, verify, and manage the payees and bank accounts that are eligible to receive outgoing payout funds through the NeoX Global Collections platform. Before any payout can be initiated, the target recipient — whether a supplier, an overseas business partner, or an internal withdrawal account — must first be registered and activated as a beneficiary or withdrawal card.

By integrating with these APIs, organizations can:

* **Register payees and suppliers:** Submit beneficiary (payee or supplier) bank account details for verification, covering overseas suppliers, domestic suppliers, and withdrawal accounts across all supported clearing networks (`SWIFT`, `LOCAL`).
* **Query beneficiary status:** Retrieve the current registration status of any beneficiary by its original request ID, enabling merchants to confirm activation before initiating payouts.
* **Browse supported banks:** Access a paginated list of beneficiary banks supported for payout operations, filterable by country, to assist in validating bank details before registration.
* **Register withdrawal cards:** Register dedicated withdrawal (cash-out) card accounts that allow merchants and their sub-merchants to receive payout funds directly into a verified bank account.
* **Monitor withdrawal card status:** Retrieve the registration details and approval status of any withdrawal card to confirm readiness before scheduling payouts.

In essence, **Beneficiary APIs** empower you to maintain a fully verified roster of payees and withdrawal destinations, ensuring that every payout is directed to a pre-approved, compliant recipient with no delays at settlement time.

## Available Endpoints

| Endpoint                                                                                                              | Method | Description                                                    |
| --------------------------------------------------------------------------------------------------------------------- | ------ | -------------------------------------------------------------- |
| [Register Beneficiary](/docs/global/global-collections/integration/beneficiaries/api-register-beneficiary.md)         | POST   | Register or update a beneficiary for outgoing payouts.         |
| [Get Detail Beneficiary](/docs/global/global-collections/integration/beneficiaries/get-detail-beneficiary.md)         | GET    | Retrieve registration details and status of a beneficiary.     |
| [Get List Beneficiary Banks](/docs/global/global-collections/integration/beneficiaries/get-list-beneficiary-banks.md) | GET    | Retrieve a paginated list of supported beneficiary banks.      |
| [Register Withdrawal Card](broken://pages/Ididk2opvptvDhjyUCws)                                                       | POST   | Register a withdrawal card account for receiving payout funds. |
| [Get Detail Withdrawal Card](broken://pages/SPWrgHGxx1JU5xcs0QkS)                                                     | GET    | Retrieve registration details and status of a withdrawal card. |


---

# 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/beneficiaries.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.
