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).

Comments

  1. Brandon Keepers ·

    I'm working on a plugin called acts_as_billable which builds on top of ActiveMerchant, making payment processing even easier.

  2. Brad ·

    I love it. I plan on integrating this solution. :)
    Thank you!

  3. bongoman ·

    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.

  4. Hans ·

    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!

  5. Tobias Luetke ·

    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!

  6. bongoman ·

    Ah, that is great re eway.com.au.