What do you use for recurring payments in a Rails Application?

Posted by Chance on Stack Overflow See other posts from Stack Overflow or by Chance
Published on 2010-05-29T16:24:46Z Indexed on 2010/05/29 16:32 UTC
Read the original article Hit count: 292

I'm fairly new to rails so I'm definitely not up to speed on the community's best practices, tools, etc. So I figure this may be the best place to ask.

What do you use for recurring billing in a rails app?

From what I can tell, there are a number of options including rolling my own with ActiveMerchant or using one of the SaaS out there. As far as the SaaS recurring billing systems, I've only stumbled upon one thus far (chedder getter) and I'm hoping there are alternatives (if, for nothing else, so I can compare). Additionally, I've seen a few invoice systems but they either do not handle the payment portion, do not seem to fit well with the intention, or are extremely outdated.

Thanks in advance!

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about payment-gateway