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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you use metered billing in you SaaS and don't get scammed?

2 点作者 inlineint将近 9 年前
I&#x27;m thinking about a SaaS with pay-as-you-go billing based on amount of computational resources consumed by a user at given month.<p>However if my service charges customers at end of each month via recurrent credit card payment nobody prevents some of customers to use at registration credit cards without sufficient amount of money, so effectively such customer won&#x27;t pay while my service should pay to cloud provided (e.g. AWS) because additional computational resources are already consumed by this customer.<p>Even if my service has quota for resources that can be consumed by new users that can be increased by connecting to support nothing prevents such malicious customer to have a few accounts (each of them is connected to new online virtual VISA card) and use my service from multiple accounts and then don&#x27;t pay for used resources.<p>How common such problem is and how does small businesses deal with it? I think that it is not a problem for large companies or VC-backed startups, but such malicious customers can destroy a bootstrapped startup.

1 comment

josh_carterPDX将近 9 年前
Is there a reason you can&#x27;t have your users load their account with a certain amount and then have their usage charge against that pre-loaded amount? That&#x27;s what they do at Twilio. As for fraud, there are a ton of 3rd party systems out there that can do fraud detection for you. Sift Science being one of them (<a href="https:&#x2F;&#x2F;siftscience.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;siftscience.com&#x2F;</a>).
评论 #12128765 未加载