FinTS standing-order changes: gln standing-orders modify
Modify an existing standing order.
Synopsis
gln [global-options] standing-orders modify --file <path>
Options
| Argument or flag | Type | Required | Default | Description |
|---|---|---|---|---|
--file | path | yes | - | JSON payload describing the standing-order change to apply. |
Description
Reads the JSON request file, opens the selected FinTS profile through the C API,
and submits gln_modify_standing_order. The request must include
order_reference plus the replacement standing-order payload.
The command emits the standard schema-v2 envelope. TAN and VoP interruptions are returned as action-required envelopes with a continuation file.
Status and exit codes
| Status | Exit | Meaning | Continuation |
|---|---|---|---|
ok | 0 | The standing-order modification was accepted. | - |
action_required | 10 | A TAN or VoP follow-up is required. | yes |
error | 1 | The request, profile, or backend call failed. | - |