Submit confirmed prepared order
toss_submit_prepared_orderSubmit a previously prepared stock order after the user explicitly confirms the exact preview. Use the single-use confirmation token from the prepare call to execute the order.
Instructions
Places the previously prepared order. Call only after the user has explicitly confirmed the exact preview in this conversation. The confirmation token is single-use and expires after 60 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userConfirmed | Yes | Set to true only after the user has explicitly approved the preview in this conversation. | |
| confirmationToken | Yes | The token returned by the matching toss_prepare_* call. It is bound to that exact preview, so a token cannot be reused for a different order. |