> 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/disbursement/integration/how-to-register.md).

# How To Register

**Step 1:** Login to the Merchant Portal

**Step 2:** On the right pane&#x6C;**,** then choose the **Disbursement service,** then click on **START REGISTRATION** button

<figure><img src="/files/PUd09bLPKYrngbg5sii6" alt=""><figcaption></figcaption></figure>

**Step 3:** Select the **Currency,** then click on **Submit** button.

<figure><img src="/files/coi5YG2zOyvFxE8j6Mnb" alt=""><figcaption></figcaption></figure>

**Step 4:** Configure the webhook to receive the IPN (Optional)

* Enable **Use APIs**
* Fill in the **URL to receive notifications for changes in credit limit**
* Fill in the **Secret Key**

<figure><img src="/files/6EzBZoBz58u6TxJALVr9" alt=""><figcaption></figcaption></figure>

**Step 5:** Configure the SFTP to receive the disbursement reconciliation report (Optional)

* Fill in the **Host name**
* Fill in the **Port number**
* Fill in the **Directory Path**
* Fill in the **Account**
* Select the **Connection method:**

  * Choose **Username/Password**, then fill in the **Password**

  <figure><img src="/files/SxSNkdvtsL1jzBJaP5os" alt=""><figcaption></figcaption></figure>

  * Select the **Private key**, then upload **Private key file** (.pem) and fill in the **Passphare**

  <figure><img src="/files/DvhSO8QkrLoHMY5wHn5F" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.neox.vn/docs/disbursement/integration/how-to-register.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
