cURL
curl --request POST \ --url https://integration-api-cat2.demo.ext.test.cia.enfuce.com/test-api/v1/authorizations/reversal \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "partialAmount": { "amount": 3.14, "currency": "EUR" } }'
{ "metadata": { "mti": "<string>", "id": "<string>" }, "transactionData": { "authResponseCode": "<string>", "retrievalReferenceNumber": "<string>" } }
The audit user to log the request
Reversal request
Unique identifier of authorisation request.
18
In case of partial reversal, denotes the partial amount to reverse (expressed in transaction currency).
Show child attributes
Reversal request succesfully executed
Response on the authorisation request.
Was this page helpful?