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: Basic <encoded-value>'
{
  "authorizationReversalTransactionId": "<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.

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