Skip to main content

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
createdOndate-time

Represents RFC 3339, section 5.6 date-time.

Example: 2021-07-15T17:54:12Z
expiresOndate-time

Represents RFC 3339, section 5.6 date-time.

Example: 2021-07-15T17:54:12Z
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"
}