TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

10 pointsby drankula3over 5 years ago
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 comments

davismwflover 5 years ago
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 未加载
seanwilsonover 5 years ago
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.
srikanthsrnvsover 5 years ago
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