> ## 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.

# GetVirtualCardTransactionsInput

> Input type for fetching transactions for multiple virtual cards.

**Input object**

Input type for fetching transactions for multiple virtual cards.

## Input fields

<ParamField name="virtualCardIds" type="[UUID!]">
  A list of virtual card IDs to fetch transactions for. When omitted,
  transactions are returned across all cards belonging to the authenticated
  account, and pagination defaults to a limit of 100 transactions across
  the account if paginate.limit is not provided.
</ParamField>

<ParamField name="filters" type="VirtualCardTransactionFiltersInput">
  Filters to apply to the transaction data, such as date range or transaction type.
</ParamField>

<ParamField name="paginate" type="OffsetInput">
  Pagination settings for the results, including offset and limit. When
  virtualCardIds is provided, the limit/offset apply per card. When
  virtualCardIds is omitted, the limit/offset apply across the entire
  account in a single query.
</ParamField>
