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