# Mollie

<figure><img src="/files/fAOphBoSajQbBgRlDGDX" 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="/files/zO1Nt0eDFrzsYsfNz85C" 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](/konnektive-crm/gateway-setup/zero-dollar-card-verification.md).

**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="/files/leWm6vwXSpgcHPpHtVGK" 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](/konnektive-crm/gateway-setup/basic-3ds-instructions.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.konnektive.com/konnektive-crm/gateway-setup/gateways/mollie.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
