This is the official Mollie extension for Magento® 2.
This extension will also be available on the Magento® Marketplace when approved.
-
Go to Magento® 2 root folder
-
Enter following commands to install module:
composer require mollie/magento2
Wait while dependencies are updated.
-
Enter following commands to enable module:
php bin/magento module:enable Mollie_Payment php bin/magento setup:upgrade php bin/magento cache:clean
-
If Magento® is running in production mode, deploy static content:
php bin/magento setup:static-content:deploy
-
Enable and configure the Mollie extension in Magento® Admin under Stores > Configuration > Sales > Payment Methods > Mollie.
This extension requires the Mollie API client for PHP.
When using composer this will be installed automatically.
To install manually, enter the following command in your Magento® 2 root folder:
composer require mollie/mollie-api-php