REST Example: Reversing a Mass Transit Authorization

Light Dark
Request
12345678910111213
{"clientReferenceInformation": {         "comments": "REVERSAL Timeout", "transactionId": "11987654321",         "partner": {             "thirdPartyCertificationNumber": "123456789012"         }     },     "reversalInformation": {         "amountDetails": {             "totalAmount": "300.00",             "currency": "EUR"         }     }}
Response to a Successful Request
123456789101112131415161718192021222324252627
{"_links": {         "self": {             "method": "GET",             "href": "/pts/v2/reversals/6484678664766823004004"         }     },     "clientReferenceInformation": {         "code": "123456",         "transactionId": "11987654321"     },     "id": "6484678664766823004004",     "orderInformation": {         "amountDetails": {             "currency": "EUR"         }     },     "processorInformation": {         "responseDetails": "ABC",         "responseCode": "00"     },     "reconciliationId": "6484678664766823004004",     "reversalAmountDetails": {         "reversedAmount": "300.00",         "currency": "EUR"     },     "status": "REVERSED",     "submitTimeUtc": "2022-03-28T11:44:26Z"}