{ "operationId": "get-merchants-merchantId-paymentMethodSettings", "method": "GET", "path": "/merchants/{merchantId}/paymentMethodSettings", "summary": "Adyen Get All Payment Methods", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "get-merchants-merchantId-paymentMethodSettings200Example", "example": { "_links": "https://example.com/resource", "data": [ "example_value" ], "itemsTotal": 500, "pagesTotal": 500, "typesWithErrors": [ "afterpaytouch" ] } }, { "status": "400", "contentType": "application/json", "name": "get-merchants-merchantId-paymentMethodSettings400Example", "example": { "detail": "example_value", "errorCode": "CODE123", "instance": "example_value", "invalidFields": [ "example_value" ], "requestId": "500123", "response": "example_value", "status": 500, "title": "example_value", "type": "standard" } }, { "status": "401", "contentType": "application/json", "name": "get-merchants-merchantId-paymentMethodSettings401Example", "example": { "detail": "example_value", "errorCode": "CODE123", "instance": "example_value", "invalidFields": [ "example_value" ], "requestId": "500123", "response": "example_value", "status": 500, "title": "example_value", "type": "standard" } }, { "status": "403", "contentType": "application/json", "name": "get-merchants-merchantId-paymentMethodSettings403Example", "example": { "detail": "example_value", "errorCode": "CODE123", "instance": "example_value", "invalidFields": [ "example_value" ], "requestId": "500123", "response": "example_value", "status": 500, "title": "example_value", "type": "standard" } }, { "status": "422", "contentType": "application/json", "name": "get-merchants-merchantId-paymentMethodSettings422Example", "example": { "detail": "example_value", "errorCode": "CODE123", "instance": "example_value", "invalidFields": [ "example_value" ], "requestId": "500123", "response": "example_value", "status": 500, "title": "example_value", "type": "standard" } }, { "status": "500", "contentType": "application/json", "name": "get-merchants-merchantId-paymentMethodSettings500Example", "example": { "detail": "example_value", "errorCode": "CODE123", "instance": "example_value", "invalidFields": [ "example_value" ], "requestId": "500123", "response": "example_value", "status": 500, "title": "example_value", "type": "standard" } } ] }