{ "operationId": "post-payoutAccountHolder", "method": "POST", "path": "/payoutAccountHolder", "summary": "Adyen Pay Out from an Account to the Account Holder", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "post-payoutAccountHolder200Example", "example": { "bankAccountUUID": "500123", "invalidFields": [ "example_value" ], "merchantReference": "REF-001", "payoutSpeed": "STANDARD", "pspReference": "REF-001", "resultCode": "CODE123" } }, { "status": "202", "contentType": "application/json", "name": "post-payoutAccountHolder202Example", "example": { "bankAccountUUID": "500123", "invalidFields": [ "example_value" ], "merchantReference": "REF-001", "payoutSpeed": "STANDARD", "pspReference": "REF-001", "resultCode": "CODE123" } }, { "status": "400", "contentType": "application/json", "name": "post-payoutAccountHolder400Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "401", "contentType": "application/json", "name": "post-payoutAccountHolder401Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "403", "contentType": "application/json", "name": "post-payoutAccountHolder403Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-payoutAccountHolder422Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "500", "contentType": "application/json", "name": "post-payoutAccountHolder500Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }