Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Mollie will work with Form-code and landers that connect to Konnektive via Direct API. This will NOT work with Order Entry.

Mollie will work for one-time purchase only, not recurring purchases

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

  • No labels