Get merchant account information by application external key.
Get Account Data by External Key
get /merchant-profile/account/key/{externalKey}
Parameters
externalKey required
Type
stringPattern
^(?!.*/).*$Minimum Length
1Example
0000-0000000000-0-0Loading...
Example Response
200 Return Merchant Account Information.
403 Forbidden error response.
Get Account Data by MID
get /merchant-profile/account/mid/{merchantId}
Get merchant account information by merchant ID (MID).
Parameters
merchantId required
Type
stringPattern
^\d*$Minimum Length
1Example
111111111111111Loading...
Example Response
200 Return Merchant Account Information.
403 Forbidden error response.