{ "operationId": "post-refundFundsTransfer", "method": "POST", "path": "/refundFundsTransfer", "summary": "Adyen Refund a Funds Transfer", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "post-refundFundsTransfer200Example", "example": { "invalidFields": [ "example_value" ], "merchantReference": "REF-001", "message": "example_value", "originalReference": "REF-001", "pspReference": "REF-001", "resultCode": "CODE123" } }, { "status": "202", "contentType": "application/json", "name": "post-refundFundsTransfer202Example", "example": { "invalidFields": [ "example_value" ], "merchantReference": "REF-001", "message": "example_value", "originalReference": "REF-001", "pspReference": "REF-001", "resultCode": "CODE123" } }, { "status": "400", "contentType": "application/json", "name": "post-refundFundsTransfer400Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "401", "contentType": "application/json", "name": "post-refundFundsTransfer401Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "403", "contentType": "application/json", "name": "post-refundFundsTransfer403Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-refundFundsTransfer422Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "500", "contentType": "application/json", "name": "post-refundFundsTransfer500Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }