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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you handle Refund Requests for your SaaS?

6 点作者 artur_makly超过 4 年前
Every once in a while we get a customer request like this:<p>&quot;I have not been using your service but I have been billed multiple months for it without having the option to cancel in my account.[1]<p>How can I proceed with a refund? [2] At least the last 2 months need to be refunded and also my account closed. I will be using it again when ready. Thanks&quot;<p>[1] This is not factual, since all users have easy and intuitive access to cancel their accounts via their Account Settings, and our cancellation() is seen working daily...luckily not more than 1-2x per day + it is unit-tested.<p>[2] We have a 0 Refund Policy. This is stated clearly on our Home page &gt; FAQs, Pricing page, TOS, and Help Wiki, that we do not offer any refunds. https:&#x2F;&#x2F;VisualSitemaps.com https:&#x2F;&#x2F;app.VisualSitemaps.com&#x2F;pricing&#x2F;<p>Having said that, we have been known to make exceptions especially early on in our platform&#x27;s lifetime when it was not performing as expected. We have improved ten-fold since those early days.<p>We are open to reconsider our policy.. if there is data that it is better long-term for the business. Also what happens to your Stripe account if you issue a lot of refunds? Can this be an issue?<p>Any advice would be great. thanks

2 条评论

davismwfl超过 4 年前
When I was running a SaaS product we had your same basic policies, but had made some refund exceptions when we felt the platform failed or the person made reasonable requests we didn&#x27;t respond to timely or appropriately. Frankly, that should always be the case regardless of how big you get or what your policy is IMO.<p>People do this all the time, consumer and B2B. They&#x27;ll sign up, use it a little then forget to cancel and get busy and it wasn&#x27;t a big enough pain point cost wise so they let it roll a couple of months then say hey I couldn&#x27;t cancel 2 months ago when I tried so please refund my 2 months. As long as I could honestly say the user didn&#x27;t try, and that the system was operating appropriately during that time my response was always simple. We got your request, however on your account page there is always a way to cancel and I&#x27;d explain how. Since we give you that option and it stops billing that month (or whatever you do) we have a no refund policy as part of the agreement you accepted when signing up. Then direct them to cancel their account through the app.<p>If someone pushes back nicely after that I might give a 1 month one time courtesy refund but never more than one month. If they are being douchy it is always a no. Trying to keep people from complaining by giving refunds is a losing battle I have learned. Look at Amazon, one of the easiest companies to get a refund&#x2F;return generally and they seriously ask so few questions about it yet people complain that they are unfair and bullies etc. You will always have someone complain, so trying to &quot;buy&quot; their quiet through a refund doesn&#x27;t work IME, just be fair, honest and try to be understanding but firm on the rules you setup.
评论 #24655995 未加载
wmf超过 4 年前
Why do you have a no-refund policy? Are you charging too little?<p><a href="https:&#x2F;&#x2F;www.kalzumeus.com&#x2F;2006&#x2F;08&#x2F;14&#x2F;you-can-probably-stand-to-charge-more&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.kalzumeus.com&#x2F;2006&#x2F;08&#x2F;14&#x2F;you-can-probably-stand-...</a><p><a href="https:&#x2F;&#x2F;www.joelonsoftware.com&#x2F;2007&#x2F;02&#x2F;19&#x2F;seven-steps-to-remarkable-customer-service&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.joelonsoftware.com&#x2F;2007&#x2F;02&#x2F;19&#x2F;seven-steps-to-rem...</a> (scroll down to &quot;Greed will get you nowhere&quot;)<p><a href="https:&#x2F;&#x2F;www.joelonsoftware.com&#x2F;2007&#x2F;02&#x2F;23&#x2F;chargebacks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.joelonsoftware.com&#x2F;2007&#x2F;02&#x2F;23&#x2F;chargebacks&#x2F;</a>
评论 #24656334 未加载