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: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "authorizationTransactionId": "<string>"
}
'
{
  "clearingTransactionId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

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