Mollie configuration
Learn how to configure Mollie to accept payments.

Payment methods


Mollie's models of APIs and why it is important
Last updated
Learn how to configure Mollie to accept payments.
Sign in to the Mollie.
Click on More menu item in top menu and go to Developers > API keys and copy all necessary keys for further usage at VirtueMart side in payment method:

You need copy the following data:
Live API key
Test API key
(Partner ID and Profile ID can be missed)
Paste these data in payment method options (VirtueMart).
Click on Organization drop-down menu, select your organization and go to Organization settings:

Then go to Payment methods:

Please enable payment methods you want to accept payments through on your site.
Mollie provides two API models to accept payments:
Payments API. Default integration model.
Orders API. Allows you to use Mollie for your order management.
By default, the Payments API enabled in Mollie payment plugin for VirtueMart.
The following payment methods require the Orders API and cannot be used with the Payments API:
Pay after delivery payment methods, such as Klarna Pay later, Klarna Slice it and in3
Klarna Pay now
Eco vouchers, gift vouchers, and meal vouchers
To enable Orders API, please go to VirtueMart > Payment methods > Mollie payment method > Configuration and enable Send Order Items parameter (set to Yes).
Please set the following options to 'Yes' in Mollie payment method options to enable some of payment methods which require Orders API (e.g. Klarna) as the available payment method on checkout:
Send Order Items
Send Shipping Address
If you prefer not to use Orders API or you do not want to send the cart items to Mollie, then set 'Send Order Items' parameter to 'No'.
Last updated