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 do you bill your clients? (for your app)

28 pointsby perezdover 16 years ago
We are building a software service that will be paid for based on a monthly subscription model. We are not really interested in reinventing any wheels and writing a billing system, and are interested in what you all are doing for your applications.<p>Do you create bridges to other third party billing system? If so, which ones do you recommend to integrate with (we are a ruby on rails application).<p>If you think its a bad idea to use a pre-existing billing system, could you give reasons why you feel that way?<p>Thanks for the advice!

7 comments

callmeedover 16 years ago
If you're doing it in Rails, I'd recommend the ActiveMerchant plugin and a gateway/merchant account from Braintree.<p>That's what we use on our main Rails app (as opposed to PayPal on our other main subscription-based offering). It works great. The only hangup has been accepting international currencies (we're having to work with a different company for that).<p>The transaction fees are low, too–which actually makes a difference when you start getting a lot of subscribers.<p><a href="http://www.braintreepaymentsolutions.com/" rel="nofollow">http://www.braintreepaymentsolutions.com/</a> <a href="http://www.activemerchant.org/" rel="nofollow">http://www.activemerchant.org/</a> <a href="https://peepcode.com/products/activemerchant-pdf" rel="nofollow">https://peepcode.com/products/activemerchant-pdf</a>
评论 #344470 未加载
评论 #344038 未加载
评论 #344216 未加载
waveover 16 years ago
Previous discussion: <a href="http://news.ycombinator.com/item?id=198502" rel="nofollow">http://news.ycombinator.com/item?id=198502</a>
jasonlbaptisteover 16 years ago
check out zuora. if youd like an intro drop me an email: jason[at]publictivity.com
评论 #344051 未加载
cbrinkerover 16 years ago
You can integrate your system with Quickbooks. They have an API. I don't know if you want to deal with their software, though.
评论 #344265 未加载
jcapoteover 16 years ago
Try railskit or servicemerchant.org
justinkellyover 16 years ago
i use Simple Invoices - <a href="http://www.simpleinvoices.org" rel="nofollow">http://www.simpleinvoices.org</a> to bill my clients for freelance work<p>cheers<p>justin
nextmoveoneover 16 years ago
billingcircle.com ? ariasystems.com ?