{ "operationId": "post-adjustAuthorisation", "method": "POST", "path": "/adjustAuthorisation", "summary": "Adyen Change the Authorised Amount", "requestExamples": [], "responseExamples": [ { "status": "403", "contentType": "application/json", "name": "post-adjustAuthorisation403Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-adjustAuthorisation422Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }