On this page
Mollie Payment
Last updated on
30 April 2025
Supported modules
You can use this module to process payments for e.g. (see https://www.drupal.org/project/payment for complete list):
- Drupal Commerce (using Payment for Drupal Commerce)
- Ubercart (using Payment for Ubercart)
- Payment for Webform
Requirements
This module requires the following modules:
- Payment (https://drupal.org/project/payment)
- Libraries (https://drupal.org/project/libraries)
- You need the 3rd party Mollie API client for PHP (https://github.com/mollie/mollie-api-php). Make sure you download a release from https://github.com/mollie/mollie-api-php/releases or use
composer. - You should have an approved Mollie account (https://www.mollie.nl/) to be able
to use this module.
Installation
- Install as you would normally install a contributed Drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-7
for further information. - Create sites/all/libraries (if it does not already exist)
- Put the Mollie API client for PHP in the libraries folder so that Autoloader.php is at the path sites/all/libraries/mollie_api/src/Mollie/API/Autoloader.php
- OR use
git clone https://github.com/mollie/mollie-api-php.git mollie_apifrom within the sites/all/libraries folder) and make sure the composer.json is in sites/all/libraries/mollie_api then runcomposer install
Configuration
After installation a payment method for Mollie should be created in the
configuration of the Payment platform.
- Go to admin/config/services/payment
- Click on Payment methods
- Click on Add payment method
- Click on Mollie in the list of available payment method types
- Fill in a title and the Mollie API key (which can be found in the dashboard
of your Mollie account - Click the Save button
Help improve this page
Page status: Not set
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion