TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Stripe payments being declined for existing customers, what can I do?

4 点作者 jerrygoyal7 个月前
We have noticed that many cards are being declined (with generic "card_declined" error code) even for existing customers whose payments initially went through. This issue has started occurring with different banks in various countries. It has been happening since September 20, and we are losing our existing subscriptions. Stripe support said they can't do anything about it. Has anyone else experienced this? What can I do in this situation?

3 条评论

lancecotingkeh7 个月前
I had the same experience at my previous startup and I ended up going down a rabbit hole of research and testing. I discovered there is this concept of &quot;payment orchestration&quot; which allows you to retry failed payments on other payment processors.<p>I learned that Stripe is one of the most conservative payment processors (to protect its reputation with card issuers like Visa and Mastercard), and typically has a higher payment decline rate than other processors. My recommendation is to retry these failed payments in another payment processor like Checkout.com, Airwallex, or Adyen if you&#x27;re big enough.<p>Side note, after learning how big of a problem this is, I started a company called OpenPay (getopenpay.com) to solve this exact issue. We&#x27;ve helped hundreds of customers like yourself reduce their payment decline rates. Feel free to reach out to me at lance [at] getopenpay.com
gtvwill7 个月前
So it might not be on stripes end. We as consumers regularly use payment systems that generate a unique card number for subscription services. Then we load up a card with whatever is needed for one month of the subscription service then just don&#x27;t ever add money to it again. This way we can make use of the first month bonuses or reductions&#x2F;free products companies provide for initial 1 month get em into the system sales tactics they use but don&#x27;t have to worry about actually canceling the service once a month&#x27;s up. The card just bounces and declines payments until it ceases to exist.<p>You might be experiencing the company end of this...for us the consumer it&#x27;s easier to do this than it is to keep track of canceling the service after 1 month and also less effort.
评论 #41756317 未加载
immibis7 个月前
Tell your customers to update their billing info and then cancel their service if they don&#x27;t?
评论 #41756323 未加载