Community supported Spree Payment Method Gateways. It works as a wrapper for active_merchant gateway.
Supported payment gateways:
- Authorize.net (with CIM support)
- Apple Pay (via Stripe)
- BanWire
- Bambora (previously Beanstream)
- Braintree
- CyberSource
- ePay
- eWay
- maxipago
- MasterCard Payment Gateway Service (formerly MiGS)
- Moneris
- PayJunction
- Payflow
- Paymill
- Pin Payments
- QuickPay
- sage Pay
- SecurePay
- Spreedly
- Stripe (with Stripe Elements)
- USAePay
- Worldpay (previously Cardsave)
ForPayPal
support head over to braintree_vzero extension.
- Add this extension to your Gemfile with this line:
gem 'spree_gateway', '~> 3.3'
gem 'spree_gateway', github: 'spree/spree_gateway', branch: 'X-X-stable'
The branch
option is important: it must match the version of Spree you're using.
For example, use 3-0-stable
if you're using Spree 3-0-stable
or any 3.0.x
version.
- Install the gem using Bundler:
bundle install
- Copy & run migrations
bundle exec rails g spree_gateway:install
Finally, make sure to restart your app. Navigate to Configuration > Payment Methods > New Payment Method in the admin panel and you should see that a bunch of additional gateways have been added to the list.
In the spirit of free software, everyone is encouraged to help improve this project.
Here are some ways you can contribute:
- by using prerelease versions
- by reporting bugs
- by suggesting new features
- by writing or editing documentation
- by writing specifications
- by writing code (no patch is too small: fix typos, add comments, clean up inconsistent whitespace)
- by refactoring code
- by resolving issues
- by reviewing patches
Starting point:
- Fork the repo
- Clone your repo
- (You will need to
brew install mysql postgres
if you don't already have them installed) - Run
bundle
- (You may need to
bundle update
if bundler gets stuck) - Run
bundle exec rake test_app
to create the test application inspec/test_app
- Make your changes
- Ensure specs pass by running
bundle exec rspec spec
- (You will need to
brew install phantomjs
if you don't already have it installed) - Submit your pull request
Spree is released under the New BSD License.
Spree Gateway is maintained by Spark Solutions Sp. z o.o..
We are passionate about open source software. We are available for hire.