Offsite Payments

Build Status Code Climate

Offsite Payments is an extraction from the ecommerce system Shopify. Shopify's requirements for a simple and unified API to handle dozens of different offsite payment pages (often called hosted payment pages) with very different exposed APIs was the chief principle in designing the library.

It was developed for usage in Ruby on Rails web applications and integrates seamlessly as a Rails plugin. It should also work as a stand alone Ruby library, but much of the benefit is in the ActionView helpers which are Rails-specific.

Offsite Payments has been in production use (originally as part of the ActiveMerchant project) since June 2006. It is maintained by the Shopify team, with much help from an ever-growing set of contributors.

Installation

From Git

You can check out the latest source from git:

git clone https://github.com/Shopify/offsite_payments.git

From RubyGems

Installation from RubyGems:

gem install offsite_payments

Or, if you're using Bundler, just add the following to your Gemfile:

gem 'offsite_payments'

API documentation.

Supported Integrations

Contributing

The source code is hosted at GitHub, and can be fetched using:

git clone https://github.com/Shopify/offsite_payments.git

Please don't touch the CHANGELOG in your pull requests, we'll add the appropriate CHANGELOG entries at release time.