Mollie and Spree integration
Mollie is a leading European payment gateway processing payments for 55.000+ merchants across Europe.
The integration of Mollie with your Spree Commerce store can be done quickly and easily following the guidelines mentioned below.
The benefits of using Mollie for your eCommerce business
- Localized paymentsCreate a local experience for your international customers.
- MulticurrencyYour customers have the freedom to pay with their preferred currency.
- One contractAccess all major payment methods with a single contract.
- Fraud monitoringFeel secure with smart fraud monitoring on all your payments.
- One-click paymentsGive your customers low effort payments resulting in higher conversions.
- Recurring paymentsEveryone is different, create a payment plan that fits your business.
- Dynamic 3D secureSafer payments with dynamic 3D secure on credit card payments.
- PCI-DSS level 1 certifiedYou’ll sleep better knowing your payment data is in good hands.
- Mobile friendlyWherever you go, payment screens are optimized with automatic device detection.
- Only pay for what you useWith Mollie you only pay, a transparent and low fee, for every successful transaction.
How to integrate Mollie with Spree
Good news! Now you can use the official Mollie payment gateway for Spree Commerce. 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.
Installation
- 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
Configuring Mollie Gateway
- 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!
“Because we’re a tech-driven company, but we also have a lot of smaller customers (without access to a developer), we wanted to build a payment gateway which takes full advantage of the Spree Commerce framework. We hope that by making it available to all users of Spree Commerce, it will be the #1 Spree gateway for everyone.” – Mollie
Read more: Better Payments for Spree Commerce