# 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="https://content.gitbook.com/content/uIGO9I55gtHjY6deHGwV/blobs/8EzM8NOlc41MicOSSfW0/Picture1.png" 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="response-data-structure">MerchantProfileData</a>. </td></tr></tbody></table>
