# Mollie

<figure><img src="/files/33vY6LPrGVhKuHL62zqh" alt=""><figcaption></figcaption></figure>

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

Mollie supports Authorize, Capture and Void for credit cards and Riverty on new sales.  Those transaction types are not supported on rebills.
{% endhint %}

{% hint style="info" %}
Mollie will work with Checkout Champ pages and landers that connect to Checkout Champ 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/TDP3LxGLbH0gHTXRq8lS" alt="" width="375"><figcaption></figcaption></figure>

**STEP 2**

Enter **apiKey** in the General Details section. **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](/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**

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

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'>
```

The checkout page must handle standard 3DS processing

[Direct API 3DS Instructions](/crm/gateway-setup/direct-api-3ds-instructions.md)

***

### CheckoutChamp Pages Only:

It is necessary to add a radio button onto the checkout page's payment method selector to use Mollie. Start by dragging a Radio Button element from the Blocks Menu onto your Checkout Page

<figure><img src="/files/hlJjSTrxl3MuAuKNXVjR" alt=""><figcaption></figcaption></figure>

Select the radio button and change the Settings so that the Name is `payment_method` , and a Value of `MOLLIE`. This may also be used with a payment toggler, just use a Name of `fk-payment-option-toggler`  instead.

<figure><img src="/files/LSfmVaKVl3KxYRR86C1s" alt=""><figcaption></figcaption></figure>


---

# 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.checkoutchamp.com/crm/gateway-setup/gateway-integrations/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.
