Submit confirmed prepared order
toss_submit_prepared_orderSubmit a prepared order after the user explicitly approves the preview. Use the single-use confirmation token to place the exact order securely.
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. |