AuthorizationHold
Represents blocked amount of funds.
idstring
Authorization hold id.
customerIdstringrequired
Customer Id.
Example:
5435323362
accountIdstring
Customer account id.
amountint64required
Amount to block.
currencyCodeCurrency (string)required
Currency alphabetic code as specified by ISO 4217
Possible values: >= 3 characters
and <= 3 characters
Example:
EUR
statusstring
Status of the authorization hold.
Possible values: [ACTIVE
, EXPIRED
, USED
, RELEASED
]
AuthorizationHold
{
"id": "string",
"customerId": "5435323362",
"accountId": "string",
"amount": 0,
"currencyCode": "EUR",
"createdOn": "2021-07-15T17:54:12Z",
"expiresOn": "2021-07-15T17:54:12Z",
"status": "ACTIVE"
}