Skip to content

Modify an existing standing order.

Synopsis

gln [global-options] standing-orders modify --file <path>

Options

Argument or flagTypeRequiredDefaultDescription
--filepathyes-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

StatusExitMeaningContinuation
ok0The standing-order modification was accepted.-
action_required10A TAN or VoP follow-up is required.yes
error1The request, profile, or backend call failed.-

See also