Skip to content

Plugin configuration

boxblinkracer edited this page Sep 16, 2021 · 23 revisions

There are many things you can configure in this plugin. Here is a description about every single configuration option.

API

Please configure these settings to make sure the communication from and to Mollie works correctly.

Configuration Default Description
LIVE Key - This is the API key that is used when in production mode (testing mode disabled). You need this is you are in production mode, and also if you want to test Apple Pay Direct. You can use separate keys for each sales channel if you'd like to.
TEST Key - This is the API key that is used when testing mode is enabled. You need this if you are in testing mode.

You can also test your API keys with the provided button.

Modes

These settings are related to different modes and settings of the plugin.

Configuration Default Description
Test Mode NO This enables or disables the testing mode. If enabled, all payments will show (Mollie Test Mode) in your shop and will be done with the Mollie sandbox/testing environment. If disabled (default) your plugin is in production mode and real payments will be done.
Debug Mode OFF Whenever you run into some issue and need to provide more data to Mollie's support, the debug mode can help you gather that data. When enabled, every important step in the Mollie process is being logged in the Shopware log.

Components

Configuration Default Description
Credit Card Components ON Here you can enable Mollie's credit card components, which enables a form in the checkout where a customer can fill out it's credit card details right in the checkout process. Read more about the credit card components here: https://docs.mollie.com/guides/mollie-components/overview
Enable Apple Pay Direct OFF If Apple Pay is active in your shop, you can also enable this integration to show Apple Pay buttons directly within your shop for a smooth checkout experience.
Bank Transfer Due Date Days - Here you can provide your custom due date in days for bank transfers. This due date is sent to Mollie. Mollie will automatically expire a bank transfer payment after the configured amount of days has passed.
Order Lifetime Days - Here you can provide your custom order lifetime in days orders. This due date is sent to Mollie. Mollie will automatically expire an order created at Mollie after the configured amount of days has passed.
Use Standard Failed Payment Redirect OFF If enabled, the default Shopware behaviour is done on failed payments. If disabled, Mollie will guide the user to the Mollie payment page for an easy selection of another payment method to retry the payment.
Create Customers at Mollie ON If enabled, the plugin will automatically create customers in your Mollie Dashboard and link the orders and transactions to these customers.

Order State Automation

Configuration Default Description
Paid Transaction - Defines what order status is used when transitioning to this payment status.
Failed Transaction - Defines what order status is used when transitioning to this payment status.
Cancelled Transaction - Defines what order status is used when transitioning to this payment status.
Authorized Transaction - Defines what order status is used when transitioning to this payment status.
Clone this wiki locally