Skip to main content
Input object Input type for fetching transactions for multiple virtual cards.

Input fields

[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.
VirtualCardTransactionFiltersInput
Filters to apply to the transaction data, such as date range or transaction 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.