Cardtransaction
A card transaction entry which will have a corresponding a financial transaction performed.
Whether the given request should be accepted without balance validations.
The amount of money to be withdrawn in the financial transaction.
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 reference token of the card.
The ISO currency code in which the card reversal transaction is posted. The amounts are stored in the base currency, but the transaction can be created with a foreign currency.
The encoded key of the entity, generated, globally unique
The external authorization hold reference ID, which relates this card transaction to a previous authorization hold.
The external reference ID to be used to reference the card transaction in subsequent requests.
The formatted time at which the user made this card transaction.
{
"advice": true,
"amount": 0,
"cardAcceptor": {
"city": "string",
"country": "string",
"mcc": 0,
"name": "string",
"state": "string",
"street": "string",
"zip": "string"
},
"cardToken": "string",
"currencyCode": "string",
"encodedKey": "string",
"externalAuthorizationReferenceId": "string",
"externalReferenceId": "string",
"userTransactionTime": "string"
}