Cardtransactionoutput
A card transaction output after a financial transaction was performed.
Whether the given request should be accepted without balance validations.
The amount of money to be withdrawn in the financial transaction.
balances object
Account balances presented to inquirer such as card processor
The unique account identifier
The available balance of a deposit or credit account
The card type either DEBIT or CREDIT
Possible values: [DEBIT, CREDIT]
The overdraft limit of a deposit account or the loan amount in case of a credit account
Currency code used for the account
The current balance of a deposit account or principal balance of a revolving credit
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.
Indicates whether the authorization hold amount is credited or debited
Possible values: [DBIT, CRDT]
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 date of the first repayment for the loan account (as Organization Time)
2016-09-06T13:37:50+03:00Increase available amount if needed
linkedTransaction object
The details of the linked financial transaction triggered by the card transaction.
The encodedKey of the linked financial transaction.
Represents the type of the account.
Possible values: [LOAN, DEPOSIT]
Whether the given request should be a partial clearing or not.
The ID of the channel through which the payment is done.
The formatted time at which the user made this card transaction.
{
"advice": true,
"amount": 0,
"balances": {
"accountId": "string",
"availableBalance": 0,
"cardType": "DEBIT",
"creditLimit": 0,
"currencyCode": "string",
"totalBalance": 0
},
"cardAcceptor": {
"city": "string",
"country": "string",
"mcc": 0,
"name": "string",
"state": "string",
"street": "string",
"zip": "string"
},
"cardToken": "string",
"creditDebitIndicator": "DBIT",
"currencyCode": "string",
"encodedKey": "string",
"externalAuthorizationReferenceId": "string",
"externalReferenceId": "string",
"firstRepaymentDate": "2016-09-06T13:37:50+03:00",
"increaseAmountIfNeeded": true,
"linkedTransaction": {
"linkedTransactionKey": "string",
"linkedTransactionType": "LOAN"
},
"partial": true,
"transactionChannelId": "string",
"userTransactionTime": "string"
}