Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I currently run a startup that sells an iPhone app through the App Store. I love that the App Store takes care of the work of charging users, collection of sales tax, basic reporting, etc. and just wires over the final revenue at the end of the month. I think it's been a huge boon to independent developers, who can focus on just building a product.

I'm curious if there's something similar for web applications with a paid subscription model. I know Google Checkout has subscription support but as far as I can tell, it's not as comprehensive as the App Store model. I was excited by the Chrome Web Store, which seemed to offer this service, but I definitely can't use a service that's limited to only one browser.

Just curious if anyone's seen anything like this. Anything I should take a look at?

Thanks!

share|improve this question

2 Answers

up vote 3 down vote accepted

SAAS wise you could investigate http://recurly.com/ and http://chargify.com/

Dev side you could research http://servicemerchant.org/ open source dev kit.

share|improve this answer

Actually depending on who your merchant service processor is, you may already have a set of tools. For instance, authorize.net has CMS so you can do recurring billing. All the data is collected and reported for you.

If you want a more web 2.0 feel for you and your customers, you can integrate authorize.net with http://www.freshbooks.com/ or http://www.chargify.com . I'd recommend the former for larger invoice projects and the latter if you have a few tiers of relatively low-pricing schemas.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.