{ "operationId": "post-cancelOrRefund", "method": "POST", "path": "/cancelOrRefund", "summary": "Adyen Cancel or Refund a Payment", "requestExamples": [], "responseExamples": [ { "status": "403", "contentType": "application/json", "name": "post-cancelOrRefund403Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-cancelOrRefund422Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }