{ "operationId": "post-legalEntities-id-checkVerificationErrors", "method": "POST", "path": "/legalEntities/{id}/checkVerificationErrors", "summary": "Adyen Check a Legal Entity's Verification Errors", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "name": "post-legalEntities-id-checkVerificationErrors400Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "401", "contentType": "application/json", "name": "post-legalEntities-id-checkVerificationErrors401Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "403", "contentType": "application/json", "name": "post-legalEntities-id-checkVerificationErrors403Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-legalEntities-id-checkVerificationErrors422Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "500", "contentType": "application/json", "name": "post-legalEntities-id-checkVerificationErrors500Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }