# Get merchant profile API

* The main purpose of this API is to return QR code information so that the Merchant can make a deposit by transfer to increase the disbursement account.&#x20;
* Sequence Diagram

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

* API:&#x20;
  * Path: */v2/dib/myProfile*&#x20;
  * Method: GET&#x20;
  * Request: Content-Type: application/json
* Response Data

<table><thead><tr><th width="187">Parameter</th><th width="149.33333333333331">Data Type </th><th>Description </th></tr></thead><tbody><tr><td>code </td><td>Number </td><td>System’s error code. </td></tr><tr><td>message </td><td>String </td><td>Error description. </td></tr><tr><td>data </td><td>Object </td><td>Profile data, refer to <a href="/pages/FvYjr9HJVHxqeU1fDsHI">MerchantProfileData</a>. </td></tr></tbody></table>


---

# Agent Instructions: 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/disbursement/integration/get-merchant-profile-api.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.
