You are here

README.txt in Mollie Payment 7

Same filename and directory in other branches
  1. 7.2 README.txt
CONTENTS OF THIS FILE
---------------------
 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers

INTRODUCTION
------------
This module provides Mollie (https://www.mollie.nl/) integration for the
Payment platform (https://drupal.org/project/payment). Mollie is a Dutch payment
service provider. With this module enabled site owner can enable customers
(more general visitors) to perform payments to the site owners Mollie account.
Depending on this Mollie account customers can pay through e.g. iDEAL,
Mister Cash, Creditcard, PayPal (see complete list:
https://www.mollie.nl/betaaldiensten/).
 * For a full description of the module, visit the project page:
   https://www.drupal.org/sandbox/finlet/2006918
 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/issues/2006918

REQUIREMENTS
------------
This module requires the following modules:
 * Payment (https://drupal.org/project/payment)
 * Libraries (https://drupal.org/project/libraries)
This module requires the following 3rd party libraries:
 * Mollie API client for PHP (https://github.com/mollie/mollie-api-php)
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 (https://github.com/mollie/mollie-api-php)
   in the libraries folder so that Autoloader.php is at the path
   sites/all/libraries/mollie_api/src/Mollie/API/Autoloader.php
   ('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

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
 * Important remark: Don't set a webhook URL for the website profile in your Mollie dashboard. Mollie Payment uses a
   different webhook for each payment.

MAINTAINERS
-----------
Current maintainers:
 * Rico van de Vin (ricovandevin) - https://www.drupal.org/user/1243726
This project has been sponsored by:
 * Finlet
   Finlet offers consultancy and education for Drupal.
   Visit http://finlet.nl for more information.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. This module provides Mollie (https://www.mollie.nl/) integration for the
  11. Payment platform (https://drupal.org/project/payment). Mollie is a Dutch payment
  12. service provider. With this module enabled site owner can enable customers
  13. (more general visitors) to perform payments to the site owners Mollie account.
  14. Depending on this Mollie account customers can pay through e.g. iDEAL,
  15. Mister Cash, Creditcard, PayPal (see complete list:
  16. https://www.mollie.nl/betaaldiensten/).
  17. * For a full description of the module, visit the project page:
  18. https://www.drupal.org/sandbox/finlet/2006918
  19. * To submit bug reports and feature suggestions, or to track changes:
  20. https://www.drupal.org/project/issues/2006918
  21. REQUIREMENTS
  22. ------------
  23. This module requires the following modules:
  24. * Payment (https://drupal.org/project/payment)
  25. * Libraries (https://drupal.org/project/libraries)
  26. This module requires the following 3rd party libraries:
  27. * Mollie API client for PHP (https://github.com/mollie/mollie-api-php)
  28. You should have an approved Mollie account (https://www.mollie.nl/) to be able
  29. to use this module.
  30. INSTALLATION
  31. ------------
  32. * Install as you would normally install a contributed drupal module. See:
  33. https://drupal.org/documentation/install/modules-themes/modules-7
  34. for further information.
  35. * Create sites/all/libraries (if it does not already exist)
  36. * Put the Mollie API client for PHP (https://github.com/mollie/mollie-api-php)
  37. in the libraries folder so that Autoloader.php is at the path
  38. sites/all/libraries/mollie_api/src/Mollie/API/Autoloader.php
  39. ('git clone https://github.com/mollie/mollie-api-php.git mollie_api' from
  40. within the sites/all/libraries folder) and make sure the composer.json is in
  41. sites/all/libraries/mollie_api
  42. CONFIGURATION
  43. -------------
  44. After installation a payment method for Mollie should be created in the
  45. configuration of the Payment platform.
  46. * Go to admin/config/services/payment
  47. * Click on Payment methods
  48. * Click on Add payment method
  49. * Click on Mollie in the list of available payment method types
  50. * Fill in a title and the Mollie API key (which can be found in the dashboard
  51. of your Mollie account)
  52. * Click the Save button
  53. * Important remark: Don't set a webhook URL for the website profile in your Mollie dashboard. Mollie Payment uses a
  54. different webhook for each payment.
  55. MAINTAINERS
  56. -----------
  57. Current maintainers:
  58. * Rico van de Vin (ricovandevin) - https://www.drupal.org/user/1243726
  59. This project has been sponsored by:
  60. * Finlet
  61. Finlet offers consultancy and education for Drupal.
  62. Visit http://finlet.nl for more information.