Mollie

Disclaimer:
Mollie does not support Authorize, Capture and Void
Refunds will not be completed instantly. Refunds are completed some time later after a final disposition is received from Mollie.
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
The checkout page must handle standard 3DS processing
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