gln balances list (FinTS, EBICS)
Synopsis
gln [global-options] balances list --iban <iban>
Options
| Argument or flag | Type | Required | Default | Description |
|---|---|---|---|---|
--iban | string | yes | - | Account IBAN to list balances for. |
Description
Lists the balance(s) for one account on the active profile. Wires gln_retrieve_balances to the backend resolved from the profile (FinTS or EBICS).
For FinTS, the backend may signal that a TAN is required; in that case the response carries an action_required envelope with a saved continuation.
Status and exit codes
| Status | Exit | Meaning | Continuation |
|---|---|---|---|
ok | 0 | Balance(s) returned in result.balances. | - |
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. | - |