> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# VirtualCardTransaction

> Virtual card transaction type.

**Object**

Virtual card transaction type.

## Fields

<ResponseField name="transactionId" type="UUID!">
  Unique identifier for the virtual card transaction.
</ResponseField>

<ResponseField name="merchantDescriptor" type="String">
  Raw merchant descriptor reported for the card transaction, such as
  "FACEBK \*8KJ88V5MR2". Null when no descriptor is associated with the
  transaction.
</ResponseField>

<ResponseField name="transactionDate" type="String!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="transactionType" type="VirtualCardTransactionListType!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="transactionAmount" type="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).
</ResponseField>

<ResponseField name="transactionApproval" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="transactionResponseCode" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="transactionStatus" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="merchantName" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="paymentMethod" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="mcc" type="Int">
  The merchant category code (MCC) associated with the transaction.
  Null when the transaction has no descriptor record or the MCC is
  unavailable.
</ResponseField>

<ResponseField name="merchantCountryCode" type="String">
  ISO country code of the merchant. Null when the transaction has no
  descriptor record or the merchant country is unavailable.
</ResponseField>

<ResponseField name="originalCurrencyCode" type="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.
</ResponseField>

<ResponseField name="originalCurrencyAmount" type="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.
</ResponseField>

<ResponseField name="currencyConversionRate" type="Float">
  The conversion rate applied to convert the original currency to USD.
  Equals 1.0 for USD transactions. Null when originalCurrencyCode is null.
</ResponseField>
