Ask HN: Is there an e-commerce service offers "Bill Monthly" capabilities?

1 points by bryang ↗ HN
Building a freemium e-commerce site and am looking to have monthly recurring payments... Is there some platform that manages this? I'm new to e-commerce, so thanks!

5 comments

[ 4.7 ms ] story [ 45.9 ms ] thread
Stripe is often cited as a good one -- lots of libraries you can hook into regardless of your programming language, and no CC information is stored on your servers (helpful to meet compliance laws).

I haven't used it myself, but it's where I will turn when I start building out an application I'm working on to include payments.

I am familiar with Stripe but didn't realize this was within their capabilities. Will check out!
Recurly is something that I have heard rave reviews about. There is also a guide to using Rails with Recurly that is pretty sweet and speaks of an easy integration.