Skip to main content
POST
/
v1
/
authorizations
/
reversal
Send test authorization reversal request
curl --request POST \
  --url https://integration-api-cat2.demo.ext.test.cia.enfuce.com/test-api/v1/authorizations/reversal \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "partialAmount": {
    "amount": 3.14,
    "currency": "EUR"
  }
}
'
{
  "metadata": {
    "mti": "<string>",
    "id": "<string>"
  },
  "transactionData": {
    "authResponseCode": "<string>",
    "retrievalReferenceNumber": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

Reversal request

id
string
required

Unique identifier of authorisation request.

Maximum string length: 18
partialAmount
object

In case of partial reversal, denotes the partial amount to reverse (expressed in transaction currency).

Response

Reversal request succesfully executed

Response on the authorisation request.

metadata
object
required
transactionData
object
required