Confirm or decline a print staged for you (member)
ic_prints_confirm_handoffResolve a print handoff a design service staged in YOUR name. Confirming creates the real print request attributed to YOU — it consumes your daily print-submit allowance and your vault quota exactly as if you had submitted it yourself, and the farm reviews it like any other job. Declining closes it with no job. Only the member the handoff names can call this; the brokering service cannot confirm its own handoff. Review quote before confirming — that is the term you are agreeing to. Args: { handoff_id, decision: 'confirm'|'decline', note? }. Returns: { ok, handoff, print_job_id? }. Required scope: prints:submit (ft-member+; named member only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Anything the farm should know (appended to the request details on confirm). | |
| decision | Yes | confirm creates the print request in your name; decline closes it. | |
| handoff_id | Yes | The handoff id (ph_...) the service gave you. |