Skip to content

Synopsis

gln [global-options] transactions list --iban <iban> [--from-date <date>] [--to-date <date>]

Options

Argument or flagTypeRequiredDefaultDescription
--ibanstringyes-Account IBAN to list transactions for.
--from-datestringno-Start date. Accepts YYYY-MM-DD or YYYYMMDD.
--to-datestringno-End date. Accepts YYYY-MM-DD or YYYYMMDD.

Both date formats are normalized to the form the backend expects.

Description

Lists posted transactions for one account on the active FinTS or EBICS profile. Wires gln_retrieve_transactions to the backend resolved from the profile.

The backend may signal that a TAN is required (FinTS); in that case the response carries an action_required envelope with a saved continuation.

Status and exit codes

StatusExitMeaningContinuation
ok0Transactions returned in result.transactions.-
action_required10Bank requires a TAN. The response envelope includes a resume_file path.Saved at resume_file.
error1Validation, transport, or backend error.-

See also