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 curious why you would still consider them a trustworthy business partner after what happened?
Stripe has decided to nuke my entire business
581–590 of 705 posts
Re: Stripe has decided to nuke my entire business
#582Earlier quoted context omitted.
> Firearms, explosives and dangerous materials > Guns, gunpowders, ammunitions, weapons, fireworks and other explosives. Peptides, research chemicals, and other toxic, flammable and radioactive materials Why does the payment processor get to dictate whether I can run a defense ordnance company or run a scientific chemical supplies store? Some of this stuff needs to be challenged in the court or regulated so that paym…
> Why does the fucking payment processor get to dictate whether I can run a defense ordnance company or run a scientific chemical supplies store? Because they have the legal right to do so? They could ban companies run by redheads, if they like. As long as they're not discriminating based on very specific sets of criteria established by law, they get to choose who they do business with. The government requiring priva…
Re: Stripe has decided to nuke my entire business
#583The worst part about these type of cases is not being able to get a straight answer. There is a whole subset of big tech that has taken the "you must be a fraudster therefore we can't unfuck the situation" approach to customer support. It's an arms race with fraudsters that eventually sucks in legitimate businesses.
Onboarding new customers looks better and gets more funding than maintaining quality for existing customers, so they just don't care.
Re: Stripe has decided to nuke my entire business
#584This happened to us multiple times too. Everything gets resolved after 1+ months of having our payouts frozen. This means we have to go months without a single dollar being deposited into our bank account. Imagine having bank loans to pay and the bank is asking, "What the hell is going on?". They need to nuke all their "X Verification APIs" and just manually check each and every account. For us, it was an issue with…
Wouldn't they then just be another one of the more old school merchant service providers, who still exist for you to use if you're open to paying for being underwritten up front? The point of Stripe et al is to be cheap, quick and easy in comparison (for the happy path, anyway) through more automation, with the drawback of these types of failure modes.
Re: Stripe has decided to nuke my entire business
#585This is bad. There are more and more Stripe horror stories like this, and from an outsider perspective it looks awfully like PayPal behaved back in the day (probably still does but I'd never touch it again as a merchant). I have positive experiences with using Stripe in my last startup and we're currently building Stripe integration on another, which will process about 50% of our revenue (the other payment method bei…
Re: Stripe has decided to nuke my entire business
#586Earlier quoted context omitted.
It's bullshit. Anyone with experience testing things in this area is 100% gonna try a real card at least after any major changes (and certainly before a launch of a new product). You aren't actually sure it's right (and so, with something so entirely connected to revenue, can't go the fuck to sleep) until a real charge has gone through. They probably mainly just don't want people running shitloads of automated-test c…
> especially if you don't refund it. That's the trick. Let Stripe put the money into your bank account and let them think its a real sale (not a production test), then refund the money out of the bank account back to the person who's card was used instead of refunding or reversing the charge. Stripe don't need to know about that. (You also owe yourself "due diligence" in knowing that you _can_ refund or reverse charg…
No need to roll back the transactions directly and risk flagging anything.
Plus, it's often useful having a real, live, paid and in good standing account and/or purchase in the system for further testing steps! (More true in the subscription space than the one-time purchase space... but even there... it's probably worth testing your refund flow end to end periodically eventually, once you have a healthy set of traffic under your belt to avoid standing out.)
Re: Stripe has decided to nuke my entire business
#587Earlier quoted context omitted.
>It’s a very unethical practice because it ends up hitting businesses at the worst possible time, when the termination or suspension causes a huge financial hit. You forgot the part where Paypal get to keep your money when they close your account. And it's not like they only keep it temporarily in case of lawsuits/chargebacks, they just keep it forever. I still can't believe that crap is legal.
Are you saying you should empty your account constantly (nightly?) in case paypal gets shut down your account, for unknown and un-communicated reasons?
If you login during a vacation overseas and get your account locked, they keep everything in it. Doesn't matter if you never did any transactions yet and all that money is yours from the bank account you linked. If you get banned, you lose it. Getting your account and/or your money back is about the same level of difficulty as getting unbanned from a google account. It's not impossible, but be prepared to take them to court.
If you only use PayPal to purchase things online, the protection is great, but you don't want to be on the other end of that transaction.
Re: Stripe has decided to nuke my entire business
#588Earlier quoted context omitted.
Who’s Edwin? Is that the username here? I’m having the same issue. Was hoping to resolve this using customer service rather than through social media. But I just can’t seem to talk to any real human at Stripe.
What issue are you seeing? Could you email me at edwin@stripe.com?
It's incredible to me that despite the sheer size of these companies, and the enormous number of customers from all over the world, that there's a place you can go and get someone who will pay personal attention to your issue.
Kudos Edwin.
Re: Stripe has decided to nuke my entire business
#589Re: Stripe has decided to nuke my entire business
#590Earlier quoted context omitted.
What Im talking about is to add another abstraction layer, so you can have both payment processors and decide which use on the fly, both integrated with any ecommerce framework you use
You're still going to have some grief is you sign up 2 years worth of customers to recurring subscription via Stripe and then have them pull the rug out from under you. Sure you can switch to your backup processor(s) for new customers, but you'll need to go back to all your existing subscription customers and ask them to re sign up to their recurring subscriptions with the new processor. Its much harder to engineer a…