This comprehensive guide provides a step-by-step walkthrough for integrating Mollie, a leading payment provider, into your Shopware 6 eCommerce store. Mollie is a trusted and widely adopted payment platform across Europe, offering seamless support for a diverse range of local and international payment methods, such as iDEAL, Bancontact, Klarna, credit cards, PayPal, SEPA Direct Debit, and many others. Its flexibility and ease of use make it an ideal choice for merchants aiming to enhance their checkout process and cater to a global customer base.
Whether you’re a store owner managing your Shopware platform, a developer handling technical integrations, or a Shopware agency setting up solutions for clients, this guide will walk you through the entire process of installing, configuring, and testing the Mollie plugin. By following these steps, you’ll ensure a smooth, secure, and efficient checkout experience for your customers, ultimately boosting conversions and customer satisfaction.
This guide covers everything from the initial setup and configuration to testing and troubleshooting, ensuring that your Mollie integration is robust and reliable. By the end, you’ll have a fully functional payment system tailored to your store’s needs, with best practices for security and performance.
🔹 Overview
Mollie is a Dutch-based payment service provider (PSP) designed to simplify the integration of multiple payment methods into eCommerce platforms. With a single, streamlined integration, Mollie enables merchants to offer a variety of payment options tailored to different markets. Serving over 130,000 businesses across Europe, Mollie is known for its fast-onboarding process, transparent pricing model, and extensive support for localized payment methods, making it a top choice for businesses operating in the European market.
Mollie’s platform is built with developers in mind, offering robust APIs, detailed documentation, and a user-friendly dashboard. This allows businesses to customize their payment flows while maintaining a high level of security and reliability. Whether you’re a small startup or a large enterprise, Mollie’s solutions scale to meet your needs.
🔹 Benefits for Online Stores
🔹 Mollie for Shopware
Mollie offers a dedicated plugin for Shopware 6, officially named “Mollie Payments for Shopware 6.” This plugin is regularly updated to ensure compatibility with the latest Shopware versions and includes robust documentation to assist with setup. Key features of the plugin include:
Before integrating Mollie into your Shopware 6 store, ensure that your setup meets the following technical and account-related requirements.
🔸 Technical Prerequisites
🔸 Mollie Account
There are two methods to install the Mollie plugin.
🔸 Option 1: Shopware Admin Panel
🔸 Option 2: CLI via Composer
cd /path/to/your/shopware
composer require mollie/shopware6-plugin
bin/console plugin:refresh
bin/console plugin:install --activate MolliePayments
bin/console cache:clear
🔸 Access the Plugin Settings
🔸 Connecting Your Mollie Account
🔸 Available Payment Methods
🔸 Advanced Settings
🔸 Enable Sandbox Mode
🔸 Performing Test Transactions
🔸 Validating Transactions
Problem | Solution |
---|---|
“API key is invalid” | Double-check that you pasted the correct key (test vs. live). |
Webhook not triggering | Ensure your store is publicly accessible and not in maintenance mode. |
Payment method not showing | Make sure it’s activated in both Mollie Dashboard and the Shopware plugin. |
Orders stay in “open” state | Check your webhook logs in the Mollie Dashboard. |
Debugging Tools: Shopware logs (
/var/log/
), Mollie Dashboard webhook logs, and your browser’s Network tab.
Final Checklist
What should I do if Mollie connection fails?
Verify that the API key matches the mode (Test or Live) and check status.mollie.com for outages.
How much does Mollie charge per transaction?
Fees vary by payment method—see Mollie Pricing for current rates.
How are refunds processed?
Refunds can be handled in Shopware Admin (if enabled) or manually in the Mollie Dashboard.
Can I restrict payment methods to specific countries?
Yes—configure availability by country and currency in both Mollie and the plugin.
Is Mollie compatible with Shopware multi-channel setups?
Yes—configure the plugin separately for each sales channel.