Mollie
Mollie will work with Form-code and landers that connect to Konnektive via Direct API. This will NOT work with Order Entry.
Mollie does not support Authorize, Capture and Void
Refunds will not be completed instantly. It will be completed after running checkRefundStatus task automatically.
STEP 1
To activate a Mollie gateway, go to Konnektive | Gateways | Gateway Integrations and select the Mollie tile.
STEP 2
Scroll down to Mollie
STEP 3
Click the green Activate button to activate Mollie
STEP 4
Enter APIKey and partnerID in the General Details Section of the Gateway Creation Screen
APIKey and partnerID will be obtained from your Mollie gateway account.
Reference: https://www.mollie.com/en
STEP 5
Click the green Create Gateway button to save your changes and create the gateway.
STEP 6
Checkout page setup
Checkout page should 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'>