v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Authorization Holds

Create an authorization hold

Creates a new authorization hold transaction.

post/v3/authorization-holds/authorizations

Query parameters

auditUserstring required

The audit user to log the request

Request body

accountIdstring biginteger required

Account id

type'AHOLD' | 'PBALPAY' required

Authorization hold type

amountnumber required

Amount to hold

currencystring required

A valid ISO 4217 currency code

textstring

Free text

Example request

{
  "currency": "EUR"
}

Response

Authorization hold created successfully

authorizationTransactionIdstring biginteger

Transaction Id of generated authorization request