Plugin to enable payments through the Mollie platform.
npm install @vendure/payments-plugin
Support by
Support languages
en
Integration type
Core
Category
Payment & Tax
Repository
Package
Compatible with
^3.0.0
Latest version
3.0.4
Last published
Oct 4, 2024
Downloads in past month
5,412
Requirements
-
You will need to create a Mollie account and get your apiKey in the dashboard.
-
Install the Payments plugin and the Mollie client:
npm install @vendure/payments-plugin @mollie/api-client`
Setup
- 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 }), ]
- Create a new PaymentMethod in the Admin UI, and select “Mollie payments” as the handler.
- Set your Mollie apiKey in the
API Key
field.
For complete documentation see the Mollie Plugin docs
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.
Documentation
Newsletter
Get the latest product news and announcements delivered directly to your inbox.