Mollie

Mollie will work with Checkout Champ pages and landers that connect to Checkout Champ via Direct API. This will NOT work with Order Entry.

STEP 1

To activate a Mollie gateway, go to Checkout Champ | Gateways | Gateway Integrations and select the Mollie tile. Click the + Activate button to activate Mollie.

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.

Reference: Mollie — Effortless Payments and Money Management

Click the Create Gateway button to save your changes and create the gateway.

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

STEP 4

This step can be ignored if using CheckoutChamp hosted pages

The checkout page must handle standard 3DS processing

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

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.

Last updated