Retrieves the configuration of payment types for a specific merchant by their Merchant ID (MID).
Get Accepted Payment Types by MID
get /merchant-management/payment-types/mid/{merchantId}
Parameters
merchantId required
Type
stringMinimum Length
1Example
111222333444555Loading...
Example Response
200 Successfully retrieved payment types.
400 Bad Request - Invalid input data
401 Unauthorized - Error response.
403 Forbidden error response.
500 Internal server error response.
Update Accepted Payment Types by MID
patch /merchant-management/payment-types/mid/{merchantId}
Updates the payment types configuration for a specific merchant by their Merchant ID (MID).
Parameters
merchantId required
Type
stringMinimum Length
1Example
111222333444555Loading...
Request Schema
amex
Type
objectLoading...
discover
Type
objectLoading...
ebt
Type
objectLoading...
debit
Type
objectLoading...
Example Request
Example Response
200 Successfully updated payment types.
400 Bad Request - Invalid input data
401 Unauthorized - Error response.
403 Forbidden error response.
422 Unprocessable Entity error response due to validation failures.
500 Internal server error response.