Stripe has been pretty bad for us lately. Downtime yes, but also slashed our corporate card limits with no explanation and refused to restore them despite our bank writing letters supporting our position.<p>We've been with them for 10 years and their customer service is atrocious on this position, which is unfortunate since historically it's been quite good.<p>We went through the arduous process of switching our corporate credit card structure to Stripe away from another vendor, and we probably have to go back to the other vendor now. Starting to understand the anti-Stripe comments that pop up from various people on HN.
Didn't they just fire a bunch of people working on a tax product?<p><a href="https://techcrunch.com/2022/08/19/stripe-layoffs-taxjar-tech/" rel="nofollow">https://techcrunch.com/2022/08/19/stripe-layoffs-taxjar-tech...</a>
Switched to Paddle earlier this year for other reasons, glad I'm not affected by this. Paddle is not as pleasant to work with as Stripe from a dev perspective but it also handles so much more that what I need to integrate is tiny compared to Stripe.
The issue started 5h47m ago for us.
The Stripe status page is unreliable like everyone's else status page.
The Stripe API returns "An unknown error occurred".
The only source of information has been Twitter but it is not very credible - 3 hours ago, Stripe tweeted that the issue has been fixed just to find an avalanche of counter replies.
A temporary stop-gap solution for this (if you are using Stripe Checkout) is to disable tax calculation.<p><a href="https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-automatic_tax" rel="nofollow">https://stripe.com/docs/api/checkout/sessions/create#create_...</a><p><pre><code> session = stripe.checkout.Session.create(
automatic_tax={'enabled': False},
payment_method_types=['card'],
mode='subscription',
line_items=[{
'price': price,
'quantity': quantity
}],
)</code></pre>
Edwin from Stripe here. Just to be totally clear, only a very small fraction of Stripe’s userbase is impacted by this. That said, Stripe being unavailable for even a single user is very concerning for us, and we’re fixing things as rapidly as we can. Follow this thread for updates: <a href="https://twitter.com/stripestatus/status/1561809071061155841" rel="nofollow">https://twitter.com/stripestatus/status/1561809071061155841</a>.
We haven't been able to process any new payments for the past 4 hours due to this issue which seems to be causing many others issues - see <a href="https://twitter.com/stripestatus/status/1561780140270501888" rel="nofollow">https://twitter.com/stripestatus/status/1561780140270501888</a>
whats the point of Stipe Tax anyway? they solve only the trivial part (calculating how much VAT is due for a transaction), while ignoring the hard part (actually paying the VAT to hundreds of tax offices in countries all around the world). despite only solving the trivial part that any developer can do in a day, they take another huge chunk of your revenue. seems like a bad deal.
Every Stripe issue invites a flood of complaints, which is fine, but... try Better Business Bureau. They have a tracking process, they keep score, they assign a grade.<p>By the way, Stripe responses to BBB complaints are hilarious [1]. Most of the ones I read close with an identical snippet of text dismissing the claim as "baseless", even when they admit they made a mistake. It's astonishingly inept and says a lot about the attitude toward the customer.<p>[1] <a href="https://www.bbb.org/us/ca/san-francisco/profile/payment-processing-services/stripe-inc-1116-437157/complaints" rel="nofollow">https://www.bbb.org/us/ca/san-francisco/profile/payment-proc...</a>
This issue has been preventing new subscriptions for our company since around 1pm PT. We’re seeing an error loading our origin address within Stripe Tax settings as well, which might be helpful for identifying the source of the problem.
Ever since patio11 pushed that dubious Stripe Atlas program that resulted in far more headache than worth (turns out Delaware is the crappiest state to incorporate) my trust in Stripe going downhill.<p>I think what really did it was that it took somebody a while back to post on HN about issues with Stripe regarding tax that jepordized his business to get the situation fixed.<p>I don't know but lately it seems like so much of YC's production is just pure garbage. From coinbase to ponzi metaverses to now Stripe screwing up like this.<p>If anybody has alternative to Stripe please reply here, been with Stripe for almost 7 years and looking to bounce.
We recently contacted their sales team with intention to re-work pricing. We did not mention that in first mail and got immediate response. When we mentioned we want to negotiate pricing, noone has responded in months now.