← Reddit

Emailed usersafety@anthropic.com about unauthorized Claude Max 20x charge — never got a reply, but money showed up anyway

Reddit · ManosGUItech · July 24, 2026
A user discovered an unauthorized $213.90 charge for Claude Max 20x on their bank statement and emailed Anthropic's support team with full transaction details. The refund was processed and subscription canceled within three days, but Anthropic provided no acknowledgment, explanation, or communication throughout the resolution. The user had to manually verify the refund and account status themselves.

Detailed Analysis

A Reddit user's account of an unauthorized $213.90 charge for Claude Max 20x—Anthropic's premium subscription tier—highlights both a potential security gap in Claude's authentication architecture and a communication failure in the company's user support process. The poster discovered an active Max plan they never enabled, was blocked from downgrading via mobile due to a device-mismatch warning, and found that even logging out of all devices failed to fully terminate access. The residual usage activity traced back to Claude Code's separate OAuth token management system, which apparently isn't revoked by a standard account logout—a detail the user says was undocumented in the UI and only discoverable through independent research.

The technical crux of this incident—that Claude Code authorization tokens persist independently of web session logouts—points to a broader architectural reality common among AI coding tools and API-integrated products. As companies like Anthropic expand their surface area across web apps, desktop clients, CLI tools, and IDE integrations, each interface often maintains its own authentication lifecycle for performance and continuity reasons. This is standard practice across the industry, but it creates genuine security blind spots: a user who believes they've locked down their account by logging out everywhere may still have live, billable sessions running through developer-facing tools they don't actively monitor. For a company whose user base spans casual chat users and professional developers using Claude Code, this gap in perceived versus actual account control is a meaningful usability and trust issue, especially as unauthorized access or billing incidents become more visible on forums like Reddit.

Equally notable is the resolution pattern itself: the user received no acknowledgment, ticket number, or explanation after emailing usersafety@anthropic.com, yet the charge was refunded and the subscription canceled within three days. This suggests an internal review and remediation process operating entirely out of customer view—functional in outcome but opaque in execution. For a company positioning itself as a safety-conscious AI lab, silent backend fixes without confirmatory communication represent a mismatch between operational competence and customer-facing trust-building. Users left to verify resolution via their own bank statements rather than direct confirmation are effectively doing Anthropic's customer service verification work themselves.

This episode fits into a larger pattern seen across fast-scaling AI companies: product and security infrastructure often outpaces support infrastructure. Anthropic, OpenAI, and other frontier labs have all faced criticism for thin customer support layers relative to their rapid user growth and premium pricing tiers ($200/month for Max 20x is a significant charge to have unexplained). As AI subscription products increasingly resemble enterprise SaaS in complexity—multiple auth layers, device fingerprinting, tiered billing—but are sold to a consumer-scale audience, the gap between backend sophistication and user-facing transparency becomes a recurring pain point. Incidents like this one, even when resolved favorably, erode confidence unless paired with clear post-mortem communication, and they underscore why session and token management across multi-surface AI products deserves more visible, user-controllable security tooling rather than assumptions that a single "logout" action covers all authenticated endpoints.

Read original article →