Bulkcardauthorizationholdsinput
Represents the request payload for creating a bulk card authorization holds.
The key of the account linked with the authorization hold.
Whether the given request should be accepted without balance validations.
The reference token of the card.
Indicates whether the authorization hold amount is credited or debited
Possible values: [DBIT, CRDT]
holds object[]
The list of authorization holds
The amount of money to be held as a result of the authorization hold request.
cardAcceptor object
The details of the card acceptor (merchant) in a transaction hold.
The city in which the card acceptor has the business.
The country in which the card acceptor has the business.
The Merchant Category Code of the card acceptor.
The name of the card acceptor.
The state in which the card acceptor has the business.
The street in which the card acceptor has the business.
The ZIP code of the location in which the card acceptor has the business.
The custom expiration period for the hold which overwrites mcc and default expiration periods
The exchange rate for the original currency.
The external reference ID to be used to reference the account hold in subsequent requests.
The original amount of money to be held as a result of the authorization hold request.
The original currency in which the hold was created.
The date to consider as start date when calculating the number of days passed until expiration
2016-09-06T13:37:50+03:00The formatted time at which the user made this authorization hold.
Indicates whether the authorization is partial or not
Indicates the source of the authorization hold
Possible values: [CARD, ACCOUNT]
{
"accountKey": "string",
"advice": true,
"cardToken": "string",
"creditDebitIndicator": "DBIT",
"holds": [
{
"amount": 0,
"cardAcceptor": {
"city": "string",
"country": "string",
"mcc": 0,
"name": "string",
"state": "string",
"street": "string",
"zip": "string"
},
"customExpirationPeriod": 0,
"exchangeRate": 0,
"externalReferenceId": "string",
"originalAmount": 0,
"originalCurrency": "string",
"referenceDateForExpiration": "2016-09-06T13:37:50+03:00",
"userTransactionTime": "string"
}
],
"partial": true,
"source": "CARD"
}