The Card Transaction sub-object

A list of fields in the card transaction type sub-object
Transactions
The Card Transaction sub-object
 last updated: 
February 27, 2024

Below you will find a description of fields in the card transaction type sub-object.

Field Type Description
id string cardId of the card used in the transaction
transferId string unique id of transfer object created
label string label of the card used
merchant object merchant the card was used at.
"merchant": {
  "merchantName": "CVS PHARMACY",
  "merchantCity": "SAN JOSE",
  "merchantState": "CA",
  "merchantCountry": "US",
  "postalCode": "95129",
  "merchantCategory": "Drug Stores and Pharmacies"
  "merchantCategoryCode": "5912"
  "merchantId": "824743298982361"
}
authMethod enum method of use for the card transaction:
- keyedIn
- swipe
- chip
- online
- contactless
- other
wallet enum digital wallet type:
- applePay
- googlePay
- samsungPay
authId string card authorization ID
localTransactionAmount num local currency transaction amount
localTransactionCurrency string local currency code (eg. USD)
currencyConversionRate num local currency conversion rate
rewardAmount num amount of card reward earned on the transaction if applicable
isCaptured bool indicates if the transaction is captured or closed (auth, authUpdate, refund). A card transaction can be disputed only if it is captured (isCaptured=true)
capturedAt string time at which the auth capture occurred
disputeStatus enum indicates whether transaction is in dispute with possible values: notInitiated (default), initiated, successful, declined
availableLimit num spending amount available on the card (for limitInterval allTime only)
pinVerified bool indicates if the PIN was entered to complete the transaction