I had a very similar experience, except it was on our launch day . We hadn't charged a single live customer yet, but we had done plenty of tests using the Stripe testing environment. So we go live with a huge launch event, and we have customers signing up in droves. When they get to the last step -- payment -- they get an error. Logging in to the dashboard I didn't see any indication that there was anything wrong wit…
> Next time I build something with Stripe I'm going to test it in production before launching I'm genuinely curious why you wouldn't have done that anyway? I pretty much always do, precisely so I can experience a full end to end user experience.
Stripe has decided to nuke my entire business
631–640 of 705 posts
Re: Stripe has decided to nuke my entire business
#632I had a very similar experience, except it was on our launch day . We hadn't charged a single live customer yet, but we had done plenty of tests using the Stripe testing environment. So we go live with a huge launch event, and we have customers signing up in droves. When they get to the last step -- payment -- they get an error. Logging in to the dashboard I didn't see any indication that there was anything wrong wit…
Re: Stripe has decided to nuke my entire business
#633According to previous posts* this company sells something related to cannibis. I'd love to know why certain categories are always flagged or silently banned. Cannibis, sex toys, porn, crypto, etc. Payment processors seem to always give these categories the worst service and whenever a company is nuked like this, it's usually one of these categories. Why is that? It almost feels like there's some secret government org…
Re: Stripe has decided to nuke my entire business
#634Stuff like this is why I think a business should have a system that abstracts away the payment processor. I use Stripe for invoices, but I can easily send an invoice through another platform if needed. For processing transactions on the web, I would always lean toward using a service like ChargeBee that allows me to setup multiple payment gateways. Getting off the ground quickly is one thing, but the moment that you…
I'm just starting to use Lago (getlago.com) for this. I'm not affiliated with them, but it solves the need for me for an open-source payment-processor-agnostic billing system that can easily swap between processors while maintaining a single source of truth.
Re: Stripe has decided to nuke my entire business
#635You can not just store the credit card of your user (or have to go through a heavy compliance), and using services like Killbill.io or GetLago.com is just moving the single point of failure to another place.
How would you ensure that you are not 100% relying on a specific payment provider, without keeping all the credit card informations of your users?
Re: Stripe has decided to nuke my entire business
#636Re: Stripe has decided to nuke my entire business
#637Earlier quoted context omitted.
Being direct, accessible and reactive at scale when you’re processing billions of dollars of transactions simply is not possible. Stripe and other companies are doing their best, but they are in an arms race with more and more elaborate fraudsters. At planet scale.
right a company that makes billions of dollars can't hire more people to staff up their risk/compliance/fraud teams
This would be the same as saying: I want zero car accidents on the road, so I'll scale the police headcount linearly with the number of reckless drivers.
Re: Stripe has decided to nuke my entire business
#638Granted, horror stories just like OP's are not great, for Stripe and for those who use Stripe, but we tend to keep in mind the bad press more than the good.
With Stripe growing and having more and more business, it's just basic math that the number of bad press will grow along. OP's doesn't mention (maybe intentionally) what business he offers so maybe the team has a good reason to put 35% of their user on hold (granted, the communication around it isn't great).
Re: Stripe has decided to nuke my entire business
#639The discussion here is very interesting. Many mentions the idea to not put all your eggs in the same (Stripe) basket. I agree with it, but how? You can not just store the credit card of your user (or have to go through a heavy compliance), and using services like Killbill.io or GetLago.com is just moving the single point of failure to another place. How would you ensure that you are not 100% relying on a specific pay…
That being said, to your point, this still requires either a vendor neutral vault for the cards or to tokenize them in all of the vendors. Possible, but still hard to do in practice.
Re: Stripe has decided to nuke my entire business
#640Used to work for a “high risk” payment processor, we inherited tons of accounts that were terminated by Stripe, Square, and PayPal. Here’s one small bit of inside info that may help the newer businesses out there: Most real payment processors (e.g. banks, merchant services companies) “underwrite” a company BEFORE allowing them to process. Underwriting means they look over the business model, financials, etc and make…
This is how an auto insurance company I used to work for wrote policies. They didn’t underwrite them until there was a claim and then they would rescind the policy and deny the claim when they found a “material misrepresentation”. They called it underwriting on the back end.