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/merchant-profile/mid/{merchantId}
Parameters
merchantId required
string^\d*$
Minimum:
1Example:
1000000000000
Loading...
Example Response
200 Return Merchant Profile Information
403 Forbidden error response
Get Profile Data by External Key
get /merchant/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
string^(?!.*/).*$
Minimum:
1Example:
11111111-1111-111-1111-1111111111
Loading...
Example Response
200 Return Merchant Profile Information
403 Forbidden error response