Skip to main content

Mollie Logo

Payments designed for growth

An advanced solution to accept payments, optimise conversion, and access funding.

Before you begin

All payment providers are integrated via the Deity Payment Orchestrator. Please read the generic payments integration information first.

Supported features

  • Payments
  • Refunds
  • Shipments

Payment methods

( Description : code)

  • Credit card (with and without 3D secure) : creditcard
  • iDEAL : ideal
  • Klarna Pay Later : klarnapaylater
  • PayPal : paypal
  • Sofort : sofort
  • Gift Card : giftcard
  • Gift Voucher : voucher
  • Bancontact : bancontact
  • Giropay : giropay
  • EPS : eps
  • Przelewy24 : p24
  • KBC : kbc
  • Belfius : belfius
  • ING Home Pay : inghomepay
  • SEPA Bank Transfer : banktransfer

While these docs are updated frequently, make sure to also check for supported methods using dcloud payments:method:list:all to fetch all implemented methods.

Missing a method?

Need a method that Mollie supports adding to the list? Please contact us as it might be in our development pipeline.

Mollie Configuration

The easiest way to configure Mollie is by using dcloud CLI and the dcloud payments:provider:configure command. If you want to configure it manually, this can be achieved using this endpoint →

{
"profileId": "string", // Private
"apiKey": "string", // Private
"testMode": "boolean"
}

To get your profile ID & API key you must have a Mollie account. Please ensure testMode is set to true when using test credentials.