> 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="https://1419689564-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFdTKNedABvGBtqJRHWA0%2Fuploads%2F3E20k0hXBSIOGHsrmSlN%2FPicture1.png?alt=media&amp;token=1402185e-5685-4552-a66c-a0c7ff8f05d1" 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="/docs/disbursement/integration/response-data-structure.md">MerchantProfileData</a>.</td></tr></tbody></table>
