r/stripe • u/bad_code_man • 4h ago
Subscriptions Got my first chargeback on a $5.99 subscription and lost $20 in the process
I'm running a small SaaS with a $5.99/month subscription. Nothing crazy, just a side project that finally started paying for itself.
Today, I got a dispute notification. A customer who signed up in April filed a chargeback on their May payment, claiming "the account owner did not authorize the purchase." The funny part is that my SaaS has daily quota tracking, so I have all the usage for that user: timestamps, actions, everything. He also used two very similar but different emails, one on my website and one at Stripe checkout, which makes me think this most likely isn't a stolen card or a hijacked Link account.
So I opened the dispute page ready to fight it. Not because I didn't want to refund him, but on principle: paying for something, using it (a lot), and then charging it back as an "unauthorized purchase"? I've received a few emails in the past from customers kindly asking for a refund because they forgot to cancel the auto-renewal, or simply because they weren't happy with the service, and I've always fully refunded them, even retroactively, despite losing the small Stripe fee in the process (~$0.50). That's totally fine, and I'm happy to refund those customers.
I was not prepared for what came next.
I had the login records, the IP, the email confirmations, the whole thing. And then I looked at the payment breakdown:
- Payment amount: $5.99
- Dispute amount: -€5.26
- Fees: -€20.52
- Net: -€20.66
That fee is the chargeback fee. Roughly $15 USD, and it's non-refundable. Meaning: even if I counter the dispute, gather my evidence, submit it, wait weeks, and win, I still eat the fee. The best possible outcome of fighting is that I get $5.99 back and I'm still down about $15. Worst case, I'm down 35.99$.
I genuinely sat there for a minute thinking I was misreading it. I wasn't.
Even worse, this customer disputed his 2nd payment out of 4, so what's next? Two more disputes? That's -$45 in fees on a $5.99/month subscription. I ended up fully refunding the other 3 months and crossing my fingers that no more disputes come from that customer.
The math is brutal for anyone selling small-ticket items. On a $5.99 charge, a single chargeback costs me the equivalent of three customers.
I understand why the fee exists. Processing a dispute costs the card networks and the processor real money, and the fee is a deterrent against merchants who rack up chargebacks. Fine. But it's a flat fee applied to a percentage-based problem, which means it lands with completely different weight depending on what you sell. If you sell $500 furniture, a $15 fee is annoying. If you sell $5.99 subscriptions, it's a punishment for being disputed at all, regardless of whether you did anything wrong.
What would you guys do in my place? Is Stripe the right platform for a small business like mine? And should I expect more and more chargebacks in the future?
Thanks for reading.

