Skip to content

Synopsis

gln [global-options] tan resume --resume-file <path>
    [--tan <value>] [--tan-stdin] [--decoupled] [--hhduc-response <value>]

Options

Argument or flagTypeRequiredDefaultDescription
--resume-filepathyes-Path to the resume artifact emitted by the original command's action.details.resume_file.
--tanstringno-TAN value to submit. Mutually exclusive with --tan-stdin and --decoupled.
--tan-stdinflagnofalseRead the TAN value from stdin instead of --tan.
--decoupledflagnofalsePoll a decoupled (out-of-band) approval instead of submitting a TAN.
--hhduc-responsestringno-Optional HHD_UC response value carried alongside the TAN.

Description

Resumes a TAN-gated FinTS operation that was previously paused with an action_required envelope. Loads the continuation that was saved at the path printed in the originating response's action.details.resume_file, then submits the TAN (or the decoupled poll) through gln_resume_continuation. The response carries the same envelope shape as the originating command: ok if the bank accepted the resumed operation, action_required again if a further step is needed (rare, but possible for chained TAN flows), or error / rejected on failure.

Status and exit codes

StatusExitMeaningContinuation
ok0Bank accepted the resumed operation; the original result is in result.-
action_required10Bank requires another step. The new continuation is saved at resume_file.Saved at resume_file.
error1Validation, transport, missing/invalid resume artifact, or backend error.-
rejected1Bank rejected the resumed operation.-

See also