Synopsis
gln [global-options] tan resume --resume-file <path>
[--tan <value>] [--tan-stdin] [--decoupled] [--hhduc-response <value>]
Options
| Argument or flag | Type | Required | Default | Description |
|---|
--resume-file | path | yes | - | Path to the resume artifact emitted by the original command's action.details.resume_file. |
--tan | string | no | - | TAN value to submit. Mutually exclusive with --tan-stdin and --decoupled. |
--tan-stdin | flag | no | false | Read the TAN value from stdin instead of --tan. |
--decoupled | flag | no | false | Poll a decoupled (out-of-band) approval instead of submitting a TAN. |
--hhduc-response | string | no | - | 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
| Status | Exit | Meaning | Continuation |
|---|
ok | 0 | Bank accepted the resumed operation; the original result is in result. | - |
action_required | 10 | Bank requires another step. The new continuation is saved at resume_file. | Saved at resume_file. |
error | 1 | Validation, transport, missing/invalid resume artifact, or backend error. | - |
rejected | 1 | Bank rejected the resumed operation. | - |
See also