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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to collect payments for a SaaS web app?

10 点作者 drankula3超过 5 年前
I'm creating a monetizable business-oriented web app. I know it will charge based on either a per user basis or with a multi-tier setup. How do I actually go about collecting payments? If you've created a SaaS, how did you collect payments?

3 条评论

davismwfl超过 5 年前
Depends on a few factors. Your home Country is one, if in the U.S. and the values are typically sized for credit cards, then use Stripe. Stripe is the easiest one to use, they are quick and things just work. Only time I&#x27;ve seen people complain about Stripe is when you are running a business that is in the no-no banking zone (e.g. porn etc).<p>I&#x27;ve personally used Stripe, and I&#x27;ve also done integrations with FirstData directly amongst some others. Stripe is easy and quick, and you can get better than 2.9% with them if your volume picks up.<p>If you are in the Enterprise range of pricing, e.g. 10&#x27;s of thousands of dollars per client per month than you typically want to invoice and be paid via ACH&#x2F;Wire.
评论 #21393928 未加载
seanwilson超过 5 年前
I use <a href="https:&#x2F;&#x2F;paddle.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;paddle.com&#x2F;</a> for <a href="https:&#x2F;&#x2F;www.checkbot.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.checkbot.io&#x2F;</a> (a Chrome extension for SEO), primarily because they act as a reseller and handle all EU tax obligations for me. Fastspring and Gumroad are other ones to consider if this is appealing.<p>Let me know if you&#x27;ve got any questions. Generally you need to list all your requirements, narrow down the payment provider that does what you want and follow their integration guides. You generally integrate your SaaS with them using web hooks.
srikanthsrnvs超过 5 年前
Stripe is really nice if you have a discount code for the first xxx$. I found it really expensive without a promo code @2.9% or something around that depending on volume