{ "operationId": "post-transferFunds", "method": "POST", "path": "/transferFunds", "summary": "Adyen Transfer Funds Between Platform Accounts", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "post-transferFunds200Example", "example": { "invalidFields": [ "example_value" ], "merchantReference": "REF-001", "pspReference": "REF-001", "resultCode": "CODE123" } }, { "status": "202", "contentType": "application/json", "name": "post-transferFunds202Example", "example": { "invalidFields": [ "example_value" ], "merchantReference": "REF-001", "pspReference": "REF-001", "resultCode": "CODE123" } }, { "status": "400", "contentType": "application/json", "name": "post-transferFunds400Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "401", "contentType": "application/json", "name": "post-transferFunds401Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "403", "contentType": "application/json", "name": "post-transferFunds403Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-transferFunds422Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "500", "contentType": "application/json", "name": "post-transferFunds500Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }