# zoom.us / subscriptions.request_refund

Health: blocked
AES: 55
Confidence: low 0.27
Freshness: 0d

## Recipe

Status: active
URI: recipe://subscriptions.request_refund/zoom-cancel-subscription/v1

1. Open the official public source page and verify the current task path before acting.
2. Enter the task surface only after matching the user's goal to the documented path.
3. Stop at any irreversible, paid, or account-mutating step until the user approves.

## Blockers

- login_required
- 2fa_user_present
- captcha
- human_handoff_required

## Recommended Actions

- Separate Zoom cancellation from refund-request evidence. Avoids overpromising refunds when public docs indicate constrained eligibility.
- Avoid autonomous execution and request user-present browser mode. Prevents the agent from burning retries against access-control friction.
- Capture handoff evidence and pause before accepting retention offers. Keeps user intent explicit during adversarial cancellation flows.