> 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/get-merchant-profile-api.md).

# 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.
* Sequence Diagram

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

* API:
  * Path: */v2/dib/myProfile*
  * Method: GET
  * 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>
