Get merchant profile information by Merchant ID (MID). To learn more about what each Underwriting status means, please refer to the Integration Guide.
Get Profile Data by MID
get /merchant-profile/mid/{merchantId}
Parameters
merchantId required
Type
stringPattern
^\d*$Minimum Length
1Example
1000000000000Loading...
Example Response
200 Return Merchant Profile Information
403 Forbidden error response
Get Profile Data by External Key
get /merchant-profile/key/{externalKey}
Get merchant profile information by application external key. To learn more about what each Underwriting status means, please refer to the Integration Guide.
Parameters
externalKey required
Type
stringPattern
^(?!.*/).*$Minimum Length
1Example
11111111-1111-111-1111-1111111111Loading...
Example Response
200 Return Merchant Profile Information
403 Forbidden error response