{ "operationId": "post-merchants-merchantId-payoutSettings", "method": "POST", "path": "/merchants/{merchantId}/payoutSettings", "summary": "Adyen Add a Payout Setting", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "post-merchants-merchantId-payoutSettings200Example", "example": { "allowed": true, "enabled": true, "enabledFromDate": "example_value", "id": "500123", "priority": "first", "transferInstrumentId": "500123", "verificationStatus": "invalid" } }, { "status": "400", "contentType": "application/json", "name": "post-merchants-merchantId-payoutSettings400Example", "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": "post-merchants-merchantId-payoutSettings401Example", "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": "post-merchants-merchantId-payoutSettings403Example", "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": "post-merchants-merchantId-payoutSettings422Example", "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": "post-merchants-merchantId-payoutSettings500Example", "example": { "detail": "example_value", "errorCode": "CODE123", "instance": "example_value", "invalidFields": [ "example_value" ], "requestId": "500123", "response": "example_value", "status": 500, "title": "example_value", "type": "standard" } } ] }