Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 2.85 KB

README.md

File metadata and controls

68 lines (47 loc) · 2.85 KB

Build Status Gem Version

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.

  1. Features
  2. Requirements
  3. Installation
  4. Configuring Mollie Gateway
  5. API endpoints
  6. License

Features

  • 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 and spree_frontend.
  • Allow returning customers to use their previous payment details and pay instantly.

Requirements

  • Spree 3.4.x or newer.
  • Rails 5.1.x or newer.

Installation

  1. Add the extension to your Gemfile using:
gem 'spree_mollie_gateway'
  1. Install the gem by running bundle install.

  2. Run the installer which takes care of copying migrations:

bundle exec rails g spree_mollie_gateway:install

Configuring Mollie Gateway

Add new Payment Method.

  1. Configure a new payment method (Spree Admin -> Configurations -> Payment Methods -> New Payment Method).
  2. Select Spree::Gateway::MollieGateway as a Provider.
  3. Fill in your live / test API key.
  4. Fill in your hostname. Used for generating the webhook URL and redirect URL.
  5. Select "Front End" in the Display selectbox.
  6. Save and you're done!

API endpoints

This gateway comes with a couple of API endpoints which seamlessly integrate with the Spree API.

Overview of available API endpoints.

License

BSD (Berkeley Software Distribution) License. Copyright (c) 2014-2018, Mollie B.V.