Get merchant pricing information by merchant ID (MID).
Merchant Reporting API
Get Pricing Data by MID
get /merchant/merchant-profile/pricing/mid/{merchantId}
Parameters
merchantId required
string^\d*$
Minimum:
1Example:
1234567890
Loading...
Example Response
200 Return merchant pricing Information.
403 Forbidden error response.
500 Internal server error response.
Get Pricing Data by External Key
get /merchant/merchant-profile/pricing/key/{externalKey}
Get merchant pricing information by application external key.
Parameters
externalKey required
string^(?!.*/).*$
Minimum:
1Example:
test-external-key-123
Loading...
Example Response
200 Return Merchant pricing Information.
403 Forbidden error response.
500 Internal server error response.