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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Online Payment for SaaS Startup

9 点作者 paskster大约 13 年前
Hello Community, we are four guys building a SaaS-Plattform that makes customer feedback for small companies (hotels, gastronomy, catering, etc.) really easy. Its somewhat similiar to talkbin and Skweal. My question is: which online payment solution would you recommend for a startup that is selling an SaaS solution?<p>A lot of startups could benefit from a discussion on this top. I read some articles and found some nice links, for example http://stackoverflow.com/questions/2556/whats-the-best-online-payment-processing-solution. But I guess in the end it comes down to low monthly costs, easy to integrate and easy process for our customers. It would be really nice if someone could give me some insights oder point to a good blogpost about it.<p>Here are some additional information: As of now every potential customer (a hotel manager for example) has to talk to us, and if he es interested we send him his account and a bill. But we obviously like to implement an online payment process, so that customers can pay for our product on our website. Our product is kinda high volume, low value, so we dont expect payments above 1.000 Euros per transaction. (As of now it is more like low volume, low value...) This is our current website (in german): www.honestly.de but we are working on a relaunch right now.

2 条评论

shebson大约 13 年前
If you have a US bank account, it's hard to beat Stripe (<a href="https://stripe.com/" rel="nofollow">https://stripe.com/</a>). They allow you to process payments without forcing users to sign up for a third-party service, and they handle compliance and the heavy lifting of recurring billing. Perhaps most importantly for your use case, they allow you to combine small charges on a monthly invoice, which reduces your processing fees (because fees on small transactions are otherwise insane). They also support euro-denominate transactions. Integration is well-documented and easy if you're comfortable with RESTful APIs.<p>If you prefer to bill users for each transaction instead of invoicing, Amazon Payments might be a better solution. I've never used them, but they offer a fee structure that makes small transactions less painful (<a href="https://payments.amazon.com/sdui/sdui/business?sn=devpricing/fpspricing" rel="nofollow">https://payments.amazon.com/sdui/sdui/business?sn=devpricing...</a>).<p>Good luck!
dangrossman大约 13 年前
PayPal of course. It's easy to implement, it's flexible, your customers know its name, it allows you to accept payments from the widest range of payment methods and countries, and you're unlikely to beat its fees.