{ "operationId": "post-submitThirdParty", "method": "POST", "path": "/submitThirdParty", "summary": "Adyen Submit a Payout", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "post-submitThirdParty200Example", "example": { "additionalData": {}, "pspReference": "REF-001", "refusalReason": "REF-001", "resultCode": "CODE123" } }, { "status": "401", "contentType": "application/json", "name": "post-submitThirdParty401Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "403", "contentType": "application/json", "name": "post-submitThirdParty403Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-submitThirdParty422Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "500", "contentType": "application/json", "name": "post-submitThirdParty500Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }