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?
Filter by specific bank account IDoptionalbankAccountId:string
emittedAtFrom?
Filter transactions emitted after this date (ISO string)optionalemittedAtFrom:string
emittedAtTo?
Filter transactions emitted before this date (ISO string)optionalemittedAtTo:string
iban?
Filter by specific IBANoptionaliban:string
operationType?
Filter by operation type (e.g., ‘transfer’, ‘card_payment’, ‘direct_debit’)optionaloperationType:string
settledAtFrom?
Filter transactions settled after this date (ISO string)optionalsettledAtFrom:string
settledAtTo?
Filter transactions settled before this date (ISO string)optionalsettledAtTo:string
side?
Filter by transaction side: ‘credit’ for incoming, ‘debit’ for outgoingoptionalside:"debit"|"credit"
status?
Filter by transaction statusoptionalstatus:string
updatedAtFrom?
Filter transactions updated after this date (ISO string)optionalupdatedAtFrom:string
updatedAtTo?
Filter transactions updated before this date (ISO string)optionalupdatedAtTo:string
withAttachments?
Filter to include only transactions with or without attachmentsoptionalwithAttachments:boolean