Skip to main content@qonto/embed-sdk / <internal> / GetTransactionsSettings
Interface: GetTransactionsSettings
Settings object for filtering transactions in the getTransactions function.
All properties are optional and can be combined for more specific filtering.
Properties
bankAccountId?
optional bankAccountId: string
Filter by specific bank account ID
emittedAtFrom?
optional emittedAtFrom: string
Filter transactions emitted after this date (ISO string)
emittedAtTo?
optional emittedAtTo: string
Filter transactions emitted before this date (ISO string)
iban?
optional iban: string
Filter by specific IBAN
operationType?
optional operationType: string
Filter by operation type (e.g., ‘transfer’, ‘card_payment’, ‘direct_debit’)
settledAtFrom?
optional settledAtFrom: string
Filter transactions settled after this date (ISO string)
settledAtTo?
optional settledAtTo: string
Filter transactions settled before this date (ISO string)
side?
optional side: "debit" | "credit"
Filter by transaction side: ‘credit’ for incoming, ‘debit’ for outgoing
status?
optional status: string
Filter by transaction status
updatedAtFrom?
optional updatedAtFrom: string
Filter transactions updated after this date (ISO string)
updatedAtTo?
optional updatedAtTo: string
Filter transactions updated before this date (ISO string)
withAttachments?
optional withAttachments: boolean
Filter to include only transactions with or without attachments