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 next step can be ignored if using CheckoutChamp hosted pages

The checkout page must handle standard 3DS processing

Direct API 3DS Instructions

Last updated