Home - Mangopay/mangopay2-ruby-sdk GitHub Wiki
MANGOPAY Ruby Gem SDK
Install
Rails
Add gem 'mangopay', '~> 3.0.0'
to your Gemfile
Run bundle install
Non Rails
Install the gem by either running gem install mangopay
or by adding it to your Gemfile gem 'mangopay'
then bundle install
Account creation
Head over to https://www.mangopay.com/signup/sandbox/ to create a sandbox account and get started!
Authentication
Rails
If you ran the rails generator you're pretty much set up. The gem will use oauth be default.
Non Rails
Run mangopay
in your shell to get a standard rib console with the mangopay gem loaded.