Skip to main content
POST
/
v3
/
authorization-holds
/
clearings
Clear an authorization hold
curl --request POST \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/transaction/v3/authorization-holds/clearings' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "authorizationTransactionId": "<string>"
}
'
{
  "clearingTransactionId": "<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

The fields that you want to apply for clearing authorization hold

authorizationTransactionId
string<biginteger>
required

Id of the authorization hold

Response

Authorization hold cleared successfully

clearingTransactionId
string<biginteger>

Transaction Id of posted clearing