Hacker News new | ask | show | jobs
by smca 1045 days ago
Using Visa monitoring program as an example here, high dispute rates thresholds are as follows: 0.75% is an early warning, 0.9% is standard and can lead to fines, 1.8% is excessive. Dispute counts and other signals are also taken into account, not just the rate. https://stripe.com/docs/disputes/monitoring-programs#vdmp
1 comments

That’s rough when some percent of users will chargeback just out of regret for the purchase without even contacting the merchant. As a SaaS app on stripe the disputes are virtually unwinnable.
I don't disagree—chargebacks can be abused by end-users, especially if you don't make it easy to get a refund or your communication is lacking. That being said, Stripe doesn't own any part of the process, we're an intermediary that communicates evidence and outcomes between a cardholder and their bank. The same painful fraudulent chargeback patterns exist with any PSP.

So, we make it as easy as possible to submit evidence. The cardholder's bank decides whether the chargeback is won in favor of the business or not. The card networks are aware that "friendly fraud" is increasing too, hence the introduction of Compelling Evidence 3.0 (more to come on this): https://support.stripe.com/questions/how-does-stripe-support....

I do like that a lot (CE3). Seems smart.

Is there a way in the stripe dashboard to see my chargeback rate? I think I’m closer to .1% than the .75% you said is a problem, but hard to know 100% how you are calculating it on recurring revenue.

You can see it on https://dashboard.stripe.com/radar or if it's easier I prefer adding a `Dispute activity` widget to the Dashboard (https://snipboard.io/vEamVF.jpg).
You can make sure to always collect enough evidence such as agreeing to TOS (including date, ip/location), invoices, providing easy refund paths as well as a way to demonstrate usage, etc. you can also automate dispute evidence submission. But the business model is often what determines whether you’ll have higher cb rates.

With a SaaS, maybe try a trial period and monitor is the customer actively uses the service, and make sure you notify them before you start charging. Often I signup for a trial, find out the service is useless but forget to cancel. That first charge is a prime cb candidate.