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