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

  • API:

    • Path: /v2/dib/myProfile

    • Method: GET

    • Request: Content-Type: application/json

  • Response Data

ParameterData Type Description

code

Number

System’s error code.

message

String

Error description.

data

Object

Profile data, refer to MerchantProfileData.

Last updated