Image 1 of 1

Mollie Payments

Product information

By Vendure Open Source

Plugin to enable payments through the Mollie platform.

npm install @vendure/payments-plugin
Support languages
en
Integration type
Core
Category
Payment & Tax
Compatible with
^3.0.0
Latest version
3.0.0
Last published
Jul 17, 2024
Downloads in past month
5,772

Requirements

  1. You will need to create a Mollie account and get your apiKey in the dashboard.

  2. Install the Payments plugin and the Mollie client:

    npm install @vendure/payments-plugin @mollie/api-client`
    

Setup

  1. Add the plugin to your VendureConfig plugins array:
    import { MolliePlugin } from '\@vendure/payments-plugin/package/mollie';
    
    // ...
    
    plugins: [
      MolliePlugin.init({ vendureHost: 'https://yourhost.io/', useDynamicRedirectUrl: true }),
    ]
    
  2. Create a new PaymentMethod in the Admin UI, and select “Mollie payments” as the handler.
  3. Set your Mollie apiKey in the API Key field.

For complete documentation see the Mollie Plugin docs

Vendure
Get started

Create your first commerce experience with Vendure in less than 2 minutes

Vendure is a registered trademark. Our trademark policy ensures that our brand and products are protected. Feel free to reach out if you have any questions about our trademarks.

Newsletter

Get the latest product news and announcements delivered directly to your inbox.

© Copyright 2022 - 2024, Vendure GmbH. All rights reserved.