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.

Payment Processor Recommendations for SaaS / API Service

2 pointsby cleverpatrickover 4 years ago
I am starting a site that charges customers for the use of an API, Web UI Components, and some other things. There is a monthly base price, and then there is monthly usage fees.<p>Is there a payment provider out there that:<p>* Is easy to setup * doesn&#x27;t require merchant accounts * handles recurring billing AND usage billing * only charges a fee on transactions, not an additional monthly fee?<p>Also, is there anything I should watch out for when evaluating the (hundreds?) of payment processors out there?<p>Some sites I&#x27;ve looked at so far (though, by no means do I prefer any of these): Stripe, FatMerchant, Chargebee.<p>I&#x27;ve been a user of Freshbooks for years with my software consulting business. Does anyone just use Freshbooks for SaaS billing?

1 comment

amzansover 4 years ago
It sounds like you&#x27;re looking for Stripe Checkout (<a href="https:&#x2F;&#x2F;stripe.com&#x2F;en-de&#x2F;payments&#x2F;checkout" rel="nofollow">https:&#x2F;&#x2F;stripe.com&#x2F;en-de&#x2F;payments&#x2F;checkout</a>). They handle all the billing portal pages, invoicing, subscription changes and cancellation, etc...<p>I am not affiliated with them in any way, just a happy customer. I&#x27;m actually using it for my side-business SaaS <a href="http:&#x2F;&#x2F;panelbear.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;panelbear.com&#x2F;</a> and saved me days (weeks?) of development work. Happy to help out if you need it.<p>However, there&#x27;s a few edge cases that they don&#x27;t support yet, such as setting the billing cycle anchor to the beginning of the month, and keeping it even if the customer changes the subscription. But I guess it&#x27;s not a showstopper for a lot of use cases.
评论 #25186681 未加载