request_human_approval
Pause automated payment flows to request human approval before executing risky actions like price mismatches, large amounts, or unusual requests.
Instructions
Pause and ask the user for approval before risky actions (price mismatch, large amount, unusual request).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| situation | Yes | Clear description of what the bot found, e.g. 'Checkout shows $20 total (includes $3 tax) but current token is only $15' | |
| current_token | No | Current active token ID if any | |
| alternative_action | No | Alternative option if available | |
| recommended_action | Yes | What the bot recommends doing, e.g. 'Cancel current $15 token and issue a new $20 token' |