# Mollie configuration

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:

<figure><img src="https://norrnext.com/images/docs/mollie-dashboard1-min.png" alt=""><figcaption><p>Go to Mollie dashboard > More > Developers > API keys</p></figcaption></figure>

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).

### Payment methods

Click on `Organization` drop-down menu, select your organization and go to `Organization settings:`

<figure><img src="https://norrnext.com/images/docs/mollie-dashboard2-min.png" alt=""><figcaption><p>Go to Organization settings</p></figcaption></figure>

Then go to `Payment methods`:

<figure><img src="https://norrnext.com/images/docs/mollie-dashboard3-min.png" alt=""><figcaption><p>Mollie - Payment methods</p></figcaption></figure>

Please enable payment methods you want to accept payments through on your site.

### Mollie's models of APIs and why it is important

Mollie provides two API models to accept payments:

* [Payments API](https://docs.mollie.com/payments/accepting-payments). Default integration model.
* [Orders API](https://docs.mollie.com/orders/overview). Allows you to use Mollie for your order management.

By default, the Payments API enabled in Mollie payment plugin for VirtueMart.

{% hint style="info" %}
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**
  {% endhint %}

To enable Orders API, please go to `VirtueMart` > `Payment methods` > `Mollie payment method` > `Configuration` and enable  `Send Order Items` parameter (set to `Yes`).&#x20;

{% hint style="warning" %}
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**
  {% endhint %}

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*'.
