gln transactions list (FinTS, EBICS)
Synopsis
gln [global-options] transactions list --iban <iban> [--from-date <date>] [--to-date <date>]
Options
| Argument or flag | Type | Required | Default | Description |
|---|---|---|---|---|
--iban | string | yes | - | Account IBAN to list transactions for. |
--from-date | string | no | - | Start date. Accepts YYYY-MM-DD or YYYYMMDD. |
--to-date | string | no | - | 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
| Status | Exit | Meaning | Continuation |
|---|---|---|---|
ok | 0 | Transactions returned in result.transactions. | - |
action_required | 10 | Bank requires a TAN. The response envelope includes a resume_file path. | Saved at resume_file. |
error | 1 | Validation, transport, or backend error. | - |