Remix.run Logo
evermike 2 days ago

TL;DR: We run multiple SaaS products on Stripe. Even with clear renewal reminders, invoices and easy cancellations, some users skip refunds and go straight to chargebacks.

A $10 payment ended up costing us $43.95 recently. Banks almost always side with the cardholder, and the only reliable “win” I’ve seen is when the customer withdraws the dispute themselves.

So here’s my question to the community:

What’s really going on here? Why do banks completely ignore the terms customers agreed to when they subscribed, or even in cases where the claims are obviously false? And why aren’t customers required to provide any proof at all?

What actually prevents someone from using a SaaS product, filing chargebacks every time they cancel, and essentially getting refunded for the last several months of usage?

Would love to hear your thoughts.

Illniyar 2 days ago | parent | next [-]

I assume if you are running multiple SaaS you already discovered this - but the expectation is that you will amortize the cost of a chargeback into your price if you are a legit business.

Card-not-present (I.E. internet transaction) has a lot more merchant fraud then friendly fraud (what we call these cases) and the incentives for both merchants and banks is to make sure the customer never loses trust in the system. If people were afraid to use their cards on the internet everyone loses.

It doesn't make sense for both the merchants and the banks to arbitrate every 10$ transaction. I doubt your case even reached a human, or if it did they even gave it a minute of thought - you are just someone who does not know the rules to them.

Now if a customer abuses the chargeback mechanism, he'll have is card revoked, probably be blacklisted and his life would be an insane amount of complicated from now on. But you'll never see these cases. Be sure that if someone could abuse the chargeback mechanism to the extent you mentioned, the system would be unusable, the fact you get chargebacks only rarely is a testemant that there is policing going on at the bank side.

It's just not 100%. Like Patio11 says - the optimal amount of fraud is non-zero[1]

If you have a large chargeback (let's say 1000$ and more) you might actually get someone to review it, and there's a slight chance you'll win if the case is good. But the system is not geared for that.

It's geared towards you amortizing the cost of chargeback into your price - and eventually the people who pay it is always the customer, not the merchant.

[1] - https://www.bitsaboutmoney.com/archive/optimal-amount-of-fra...

evermike 2 days ago | parent [-]

Thanks for sharing. Appreciate.

blibble 2 days ago | parent | prev | next [-]

> What’s really going on here? Why do banks completely ignore the terms customers agreed to when they subscribed, or even in cases where the claims are obviously false? And why aren’t customers required to provide any proof at all?

they have a banking relationship with their client, and none whatsoever with you

if they decline the chargeback they then take on a load of risk (they might lose their client, they might get reported to the regulator, they might be sued by their client and then stuck with the bill)

but if they just pass it on then you take all the pain

not surprising at all given the structure of how credit card payments work

arcbyte 2 days ago | parent | prev | next [-]

The credit card business of banks wants customers to spend money so they earn transaction fees. Everything the bank does is in service of this goal. Making it harder to do chargebacks would measurably reduce the transaction fees they earn in aggregate.

Your SaaS is a dime a dozen to them. They dont care about you. You dont make them any money, especially when the customer is actively trying to stop doing business with you.

tortilla a day ago | parent | prev | next [-]

My niche SaaS (monthly subs, no annual) gets about 1 or 2 chargebacks a year.

I give instant refunds, we are very lenient with our terms, and I've made the unsubscribe flow 2 clicks from email or dashboard (want to cancel? click. Are you sure? click. Done. Confirmation email). Every subscription email also includes short instructions on cancellation.

Even with a very customer friendly posture, the chargebacks fall into three categories:

- bad experiences with other companies, so instant chargeback instead of emailing or calling - miscommunication between customer departments (accounting doesn't know about the subscription and chargeback) - fraud or lying about usage

We've won about 50% of the chargebacks disputes. I recently added an admin interface that has a chargeback defense function that compiles evidence into a handy package I can upload to Stripe to dispute.

whatevaa 2 days ago | parent | prev | next [-]

Seems like banks and payment networks are incentivized to make it simple to collect all those chargeback fees.

msh 2 days ago | parent | prev | next [-]

The bank most likely does not ignore them as such, it’s more that they are superseded by the credit card merchant agreement.

giveita 2 days ago | parent | prev | next [-]

This could also be from fraud. Card testing for example, where they aim to figure out missing card details. Or some other nefarious use of stolen card details.

evermike 2 days ago | parent [-]

Yes, we’ve had a few cases where people tried card testing through us. But we noticed quickly and introduced the proper limits. In general, if you redirect the user to Stripe Checkout after clicking Subscribe button, all of that should be handled by Stripe itself and not affect your account. I guess ))

But this is a slightly different story. With chargebacks, almost every time it was just a customer not wanting to admit fault. What’s strange is that they could have simply written to us and asked for a refund. But I guess they realized they were in the wrong, so instead of contacting us, they went straight to their bank.

giveita 2 days ago | parent [-]

Yep so strange given it is never easy to get a charge back. Doing one now and it is like pulling teeth. I would heavily chase up a traditional refund before doing a charge back. I suspect some banks are making it too easy.

evermike 2 days ago | parent [-]

To be honest, I’ve never personally filed a chargeback, so I don’t really know how difficult the process actually is ))

giveita 2 days ago | parent [-]

Yes for me it is last resort. Email chains go nowhere. Mentioned consumer protection laws but nothing. It's the next step before small claims court. Not having a fun day if doing a chargeback. It's very rare.

ryandrake a day ago | parent [-]

I’ve always considered the chargeback the last resort “burning the bridge” action. Problem is that merchants lately are getting way worse about customer support.

I’ve been a credit card user for 30 years, and in the first 25 of those years, I only had to resort to chargeback once. In the most recent 5 years, I’ve had to do it about 3 times. Companies in general are just way less responsive now and take their customers for granted way more than in the past.

csomar 2 days ago | parent | prev [-]

Just consider it cost of doing business and move on. You can also offer discounts for alternative payment methods but something tells me cards will be more attractive.

evermike 2 days ago | parent | next [-]

Yes, that’s pretty much how I look at it. And in all of our products I do everything possible to keep chargebacks to an absolute minimum, sometimes even making decisions that aren’t the most profitable from a business perspective.

When I look at some other companies, I often see all kinds of "shady" tricks that clearly boost revenue, but also inevitably increase the number of cases like this.

2 days ago | parent | prev [-]
[deleted]