Mollie Payments Medusa
A comprehensive payment plugin that integrates Mollie payment gateway with Medusa V2 projects, supporting multiple payment methods.
Features
- Multiple payment methods support:
- iDEAL
- Credit cards
- PayPal
- Apple Pay
- Gift cards
- And more
- Full webhook support for real-time payment status updates
- Configurable automatic payment capture
- Compatible with Medusa v2
Installation
npm install @variablevic/mollie-payments-medusa
Configuration
Add the plugin to your medusa-config.js:
module.exports = {
plugins: [
{
resolve: "@variablevic/mollie-payments-medusa",
options: {
// Your Mollie API key and configuration
}
}
]
}
Requirements
- Node.js >= 20
- Medusa server v2.3.0 or higher
- Mollie account and API credentials