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):

Requirements

This module requires the following modules:

  1. Payment (https://drupal.org/project/payment)
  2. Libraries (https://drupal.org/project/libraries)
  3. 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.
  4. You should have an approved Mollie account (https://www.mollie.nl/) to be able
    to use this module.

Installation

  1. Install as you would normally install a contributed Drupal module. See:
    https://drupal.org/documentation/install/modules-themes/modules-7
    for further information.
  2. Create sites/all/libraries (if it does not already exist)
  3. 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
  4. OR use git clone https://github.com/mollie/mollie-api-php.git mollie_api from within the sites/all/libraries folder) and make sure the composer.json is in sites/all/libraries/mollie_api then run composer install

Configuration

After installation a payment method for Mollie should be created in the
configuration of the Payment platform.

  1. Go to admin/config/services/payment
  2. Click on Payment methods
  3. Click on Add payment method
  4. Click on Mollie in the list of available payment method types
  5. Fill in a title and the Mollie API key (which can be found in the dashboard
    of your Mollie account
  6. Click the Save button

Help improve this page

Page status: Not set

You can: