This is the official Mollie payment gateway for Spree Commerce. Implement this to easily accept all major payment methods, including iDEAL, Bancontact, Visa, Mastercard, AmEx, and many more, in your Spree Commerce storefront.
This gateway supports all aspect of Spree Commerce and payments can be created through both spree_frontend
and spree_api
.
Please go to the signup page to create a new Mollie account and start receiving payments in a couple of minutes.
Our pricing is always per transaction. No startup fees, no monthly fees, and no gateway fees. No hidden fees, period.
- Support for all available Mollie payment methods.
- Support for one-click payments.
- Fast in-house support. You will always be helped by someone who knows our products intimately.
- Multiple translations: English and Dutch.
- Refund orders from the Spree admin.
- Event log for debugging purposes.
- Available for
spree_api
andspree_frontend
. - Allow returning customers to use their previous payment details and pay instantly.
- Spree 3.4.x or newer.
- Rails 5.1.x or newer.
- Add the extension to your Gemfile using:
gem 'spree_mollie_gateway'
-
Install the gem by running
bundle install
. -
Run the installer which takes care of copying migrations:
bundle exec rails g spree_mollie_gateway:install
- Configure a new payment method (
Spree Admin -> Configurations -> Payment Methods -> New Payment Method
). - Select
Spree::Gateway::MollieGateway
as aProvider
. - Fill in your live / test
API key
. - Fill in your hostname. Used for generating the webhook URL and redirect URL.
- Select "Front End" in the
Display
selectbox. - Save and you're done!
This gateway comes with a couple of API endpoints which seamlessly integrate with the Spree API.
Overview of available API endpoints.
BSD (Berkeley Software Distribution) License. Copyright (c) 2014-2018, Mollie B.V.