# Mollie

<figure><img src="https://1103784913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAC0G99SjXjSv2GM5PAE%2Fuploads%2F3JVTbpJ6bqtFPwYwPuk5%2Fimage.png?alt=media&#x26;token=a527be9c-b567-4b0d-9a12-6dcac8945b64" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**Disclaimer:**

Mollie does not support Authorize, Capture and Void
{% endhint %}

{% hint style="info" %}
Mollie will work with Form-code and landers that connect to Konnektive via Direct API. This will NOT work with Order Entry.
{% endhint %}

{% hint style="warning" %}
Refunds will not be completed instantly. Refunds are completed some time later after a final disposition is received from Mollie.
{% endhint %}

**STEP 1**

To activate a Mollie gateway, go to **Checkout Champ | Gateways | Gateway Integrations** and select the Mollie tile. Click the <mark style="color:green;">+</mark> <mark style="color:green;"></mark><mark style="color:green;">**Activate**</mark> button to activate **Mollie**.

<figure><img src="https://1103784913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAC0G99SjXjSv2GM5PAE%2Fuploads%2FaB1ekM1prlBvB8gvXjAr%2Fimage.png?alt=media&#x26;token=e157f1a0-fffc-4b50-99ca-f32cc2977db5" alt=""><figcaption></figcaption></figure>

**STEP 2**

Enter **apiKey** in the General Details Section of the Gateway Creation Screen. **apiKey** is obtained from your Mollie gateway account.

Choose **sendUpsellToken** to use the payment token returned at checkout to process 1-click upsells. Unchecking this box will launch Mollie for upsells.

Choose **zeroAuth** to allow a zero amount transaction to be sent to the gateway. This is a good alternative to the Validate Card trial option. More information is [here](https://help.konnektive.com/konnektive-crm/gateway-setup/zero-dollar-card-verification).

**Reference:** [<img src="https://framerusercontent.com/images/SeL6IJlQ4Ae7noV1fXjkTlqvo.png" alt="" data-size="line">Mollie — Effortless Payments and Money Management](https://www.mollie.com/en)

<figure><img src="https://1103784913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAC0G99SjXjSv2GM5PAE%2Fuploads%2FR6NevOhzKsJ3j9BB7DRd%2Fimage.png?alt=media&#x26;token=b3b37c14-b582-4cc9-9bcb-b4ff42b2a57f" alt="" width="375"><figcaption></figcaption></figure>

Click the <mark style="color:green;">**Create Gateway**</mark> button to save your changes and create the gateway.

&#x20;

**STEP 3**

The Checkout page must be secure HTTPS. A non-secured call to the Mollie gateway will be rejected.

Pass paySource=PREPAID and prepaidType=MOLLIE on the import order API call from your checkout page

One option is to use hidden input fields on the page

```
<input type="hidden" name='paySource' value="PREPAID">
<input type='hidden' name='prepaidType' value='MOLLIE'>
```

&#x20;

**STEP 4**

{% hint style="info" %}
This next step can be ignored if using CheckoutChamp hosted pages
{% endhint %}

The checkout page must handle standard 3DS processing

[Basic 3DS Instructions](https://help.konnektive.com/konnektive-crm/gateway-setup/basic-3ds-instructions)
