POST
/
v3
/
authorization-holds
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/transaction/v3/authorization-holds \
  --header 'Content-Type: application/json' \
  --data '{
  "accountId": "<string>",
  "type": "AHOLD",
  "amount": 123,
  "currency": "EUR",
  "text": "<string>"
}'
{
  "authorizationHoldTransactionId": "<string>"
}

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
The fields that you want to apply to your newly created authorization hold transaction

The body is of type object.

Response

201
application/json
Authorization hold created successfully

The response is of type object.