Authorize Net (AIM) payment integration with rails
Authorize Net (AIM) method enables internet merchants to accept online payments via credit card. We shall see how to integrate authorize net payment gateway inside a rails app to accept online payments using activemerchant library. [sourcecode lang=”ruby”] # Gemfile gem ‘activemerchant’, :require => ‘active_merchant’ [/sourcecode] Register for authorize net sandbox account click here Payment gateway credentials …
Authorize Net (AIM) payment integration with rails Read More »