# Mollie

<figure><img src="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2FXFE5GO3ATsnLS2shvnFg%2Fimage.png?alt=media&#x26;token=71088286-e646-4ff5-805b-873e3b3bd224" 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="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2FGKxW19hfWGOIx6JmX2Z2%2Fimage.png?alt=media&#x26;token=d41e1129-5bcb-4598-949e-d7efc63c66ff" 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](https://help.checkoutchamp.com/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://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2FbZsFVRPfnn6ABFCLlfiz%2Fimage.png?alt=media&#x26;token=93c8d7c4-6680-4065-97f7-f3473d290386" 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](https://help.checkoutchamp.com/crm/gateway-setup/direct-api-3ds-instructions)

***

### 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="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2FS6tc9t1PwZo3KcILyjra%2Fimage.png?alt=media&#x26;token=10e86658-4cd1-4903-adff-fdadacfbdaac" 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="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2F165ZA6XhdttfbqScapw3%2Fimage.png?alt=media&#x26;token=463705c3-41fb-42ce-8f30-9731c1267b09" alt=""><figcaption></figcaption></figure>
