Skip to main content
POST
/
v3
/
authorization-holds
/
clearings
/
{clearingTransactionId}
/
reverse
Reverse clearing of authorisation hold
curl --request POST \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/transaction/v3/authorization-holds/clearings/{clearingTransactionId}/reverse' \
  --header 'Authorization: Bearer <token>'
{
  "clearingReversalTransactionId": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

clearingTransactionId
string<biginteger>
required

The ID of the authorization hold clearing to reverse

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Authorization hold clearing reversed successfully

clearingReversalTransactionId
string<biginteger>

Transaction Id of generated authorization hold clearing reversal