POST
/
v3
/
authorization-holds
/
clearings
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/transaction/v3/authorization-holds/clearings \
  --header 'Content-Type: application/json' \
  --data '{
  "authorizationTransactionId": "<string>"
}'
{
  "clearingTransactionId": "<string>"
}

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

The body is of type object.

Response

200
application/json

Authorization hold cleared successfully

The response is of type object.