Shopware 6 Plugin: Get started
Available payment methods
Mollie Plugin for Shopware 6 offers a wide range of payment methods that your customers can use to pay during checkout.
Apple Pay (incl. Apple Pay Direct), Bancontact, Belfius Pay Button, Billie, Blik, Credit/Debit cards, EPS, Gift cards, iDEAL; iDEAL in3, KBC Payment Button, Klarna, PayPal, Przelewy24, SEPA Bank Transfer, SOFORT Bank Transfer (Klarna: Online bank transfer), TWINT.
For information on how to select the best payment methods for your business, refer to the Mollie Payment methods guide.
Features
Mollie plugin for Shopware 6 offers the following features to effectively manage your online payments:
- Customize the payment experience
- Localize your payment methods
- Offer and manage subscriptions
- Manage orders and payments
Install and connect
Enhance your shop's payment options with Mollie.
Mollie Plugin for Shopware 6 uses OAuth to securely connect to Mollie.
What you need to do in advance:
- Create a Mollie account.
Install from the Shopware 6 store
When you install Mollie Plugin for Shopware 6, from the Shopware 6 store, you install the latest release:
- Log in to Shopware 6.
- Go Extensions > Store.
- Search for "Mollie" and select Mollie Plugin for Shopware 6.
- Select Add extension.
- Follow the steps in the Shopware 6 wizard to add the Mollie plugin.
- Go to Extensions > My extensions and select Install in the Mollie Payments context menu (three dots).
- To activate the plugin, switch on the toggle.
Install a specific release
- Download the release version:
- Go to the Mollie Plugin for Shopware 6 releases↗ GitHub page.
- Scroll through the releases to find the version you want.
- Under Assets, download the zip file with the name format
*1.2.3.zip
.
- Log in to Shopware 6.
- Go to Extensions > My extensions.
- Select Upload extension > Confirm to open your file browser.
- Select and upload the zip file.
- Go to Extensions > My extensions and select Install in the Mollie Payments context menu (three dots).
- To activate the plugin, switch on the toggle.
Install with Composer
To install the latest version of Mollie Plugin for Shopware 6 with the Composer package manager, enter the following command in the Shopware (Symfony)
root directory of your project:
composer require kiener/mollie-payments-plugin
If you want to install an older version, provide the version number when installing, for example:
composer require kiener/mollie-payments-plugin:1.5.8
Tip
- Do not use wildcards for version numbers in Composer; use only specific version numbers.
- Only update to a new plugin version on demand.
- Test the plugin following updates.
Following installation with Composer, activate the plugin either in Shopware 6 Administration or by using the Shopware 6 built-in CLI commands.
Connect
Mollie gives you two API keys to authenticate your requests:
- Test key: Use this key when setting up and testing Mollie.
- Live key: Use this key after Mollie has approved your account and you are ready to accept live payments.
To connect with Mollie, follow these steps:
- Log in to Shopware 6.
- Go to Extensions > My extensions.
- Open the Mollie Payments context menu (three dots), and select Configure.
- In the API panel, click Get your API keys from the Mollie Dashboard.
You may be prompted to log in to your Mollie account. - Select the organization from the menu in the top-left corner of the dashboard's home page.
Important
To comply with UK regulations, UK-based merchants have to select a UK-registered organization to ensure that they use the correct API keys.
- Copy your test API key and paste it in the Test key field in Shopware 6.
- Ensure the Test mode toggle is on.
We recommend staying in test mode until you are sure that everything works as you expect. - Save the changes.
GitHub documentation sets
For a version tailored to developers and agencies, check out our GitHub documentation↗.
Updated 5 months ago