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.

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:

Install from the Shopware 6 store

When you install Mollie Plugin for Shopware 6, from the Shopware 6 store, you install the latest release:

  1. Log in to Shopware 6.
  2. Go Extensions > Store.
  3. Search for "Mollie" and select Mollie Plugin for Shopware 6.
  4. Select Add extension.
  5. Follow the steps in the Shopware 6 wizard to add the Mollie plugin.
  6. Go to Extensions > My extensions and select Install in the Mollie Payments context menu (three dots).
  7. To activate the plugin, switch on the toggle.

Install a specific release

  1. 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.
  2. Log in to Shopware 6.
  3. Go to Extensions > My extensions.
  4. Select Upload extension > Confirm to open your file browser.
  5. Select and upload the zip file.
  6. Go to Extensions > My extensions and select Install in the Mollie Payments context menu (three dots).
  7. 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:

  1. Log in to Shopware 6.
  2. Go to Extensions > My extensions.
  3. Open the Mollie Payments context menu (three dots), and select Configure.
  4. In the API panel, click Get your API keys from the Mollie Dashboard.
    You may be prompted to log in to your Mollie account.
  5. 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.

  1. Copy your test API key and paste it in the Test key field in Shopware 6.
  2. Ensure the Test mode toggle is on.
    We recommend staying in test mode until you are sure that everything works as you expect.
  3. Save the changes.

GitHub documentation sets

For a version tailored to developers and agencies, check out our GitHub documentation↗.