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

Authorizations

Authorization
string
header
required

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

Path Parameters

authorizationTransactionId
string<biginteger>
required

The ID of the authorization hold to reverse

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Authorization hold reversed successfully

authorizationReversalTransactionId
string<biginteger>

Transaction Id of generated authorization reversal