Fields
UUID!
Unique identifier for the virtual card transaction.
String
Raw merchant descriptor reported for the card transaction, such as
“FACEBK *8KJ88V5MR2”. Null when no descriptor is associated with the
transaction.
String!
No description provided in the schema yet.
VirtualCardTransactionListType!
No description provided in the schema yet.
Float
The transaction amount, always expressed in USD. Null for rows where the
underlying amount has not been settled (e.g. AVS-only decline records).
String
No description provided in the schema yet.
String
No description provided in the schema yet.
String
No description provided in the schema yet.
String
No description provided in the schema yet.
String
No description provided in the schema yet.
Int
The merchant category code (MCC) associated with the transaction.
Null when the transaction has no descriptor record or the MCC is
unavailable.
String
ISO country code of the merchant. Null when the transaction has no
descriptor record or the merchant country is unavailable.
String
ISO 4217 currency code of the original transaction (e.g. “USD” for
domestic). Null when the original currency is unknown or not applicable
to this row.
Float
The original transaction amount in the merchant’s currency, expressed in
that currency’s minor units per ISO 4217 (e.g. cents for USD/HKD/EUR,
yen for JPY, fils for KWD). Divide by the currency’s decimal exponent
to get the major-unit value. Null when originalCurrencyCode is null.
Float
The conversion rate applied to convert the original currency to USD.
Equals 1.0 for USD transactions. Null when originalCurrencyCode is null.