Search code examples
ruby-on-railssinatrapayment-gatewayactivemerchant

Is there an ActiveMerchant for Sinatra?


What payment gateway library works with Sinatra if you're looking to add ecommerce functionality to your app?


Solution

  • ActiveMerchant works excellently as a stand-alone library, as well as a Rails plugin.

    It was developed to for (sic) usage in Ruby on Rails web applications and integrates seamlessly as a plugin but it also works excellently as a stand alone library.

    gem install activemerchant