Active Merchant: A payment processing library for Ruby / Rails
Active Merchant is a payment processing library for Rails developed by the geniuses behind Rails powered e-commerce system, Shopify. It's under active development with support for different payment processor gateways being added regularly. So far it supports:
- Moneris
- Authorize.net
- TrustCommerce
- LinkPoint
- Psigate
They want to integrate with WorldPay and ChronoPay next. The syntax for using Active Merchant and its descendent classes is ridiculously easy, so check it out (code examples viewable there).
July 14, 2006 at 5:30 pm
I'm working on a plugin called acts_as_billable which builds on top of ActiveMerchant, making payment processing even easier.
July 14, 2006 at 9:14 pm
I love it. I plan on integrating this solution. :)
Thank you!
July 21, 2006 at 4:14 am
I wish this was available for an Australian gateway. I'm not quite up to the task of hacking it to make it fit but really need to integrate payments.
July 21, 2006 at 5:07 am
I wrote the TrustCommerce integration for AM and am using it in a number of projects right now. It's a thing of silky smooth goodness. Check it out!
July 25, 2006 at 7:59 pm
I just got a patch at http://home.leetsoft.com/am/ticket/28 for eway.com.au, an Australian Gateway.
Please check it out and let me know how it goes. I plan to merge it very soon.
Thanks for the mention!
July 29, 2006 at 3:06 am
Ah, that is great re eway.com.au.