1.2.5 • Published 4 years ago
vendure-plugin-mollie v1.2.5
Channel aware payment provider for Mollie
This plugin is channel-aware, meaning you can have a different API key and redirect Url per channel.
1. Add in plugin list in vendure-config.ts
:
MolliePlugin.init('https://yourhost.io/');
Pass your publicly available Vendure host to the plugin. This is used by Mollie to let the plugin know when the status of a payment changed.
does not work with localhost Use something like localtunnel
to test locally.
2. Admin ui
- Go to the Vendure admin
- Go to
settings > paymentMethods
and create a payment method with the namemollie-payment-YOUR_CHANNEL_TOKEN
. This specific name is used in the webhook from Mollie. - Set the
redirectUrl
, this is the url that is used to redirect the end-user. I.E.https://storefront/
- Set the your Mollie key in the
apiKey
field.
The redirect url is used like this: ${redirectUrl}order/${order.code}
, so your user will be directed to the page on https://storefront/order/CH234X5
1.2.5
4 years ago
1.2.4
4 years ago
1.2.3
4 years ago
1.2.2
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.0.0
4 years ago
0.31.0
4 years ago
0.30.0
4 years ago
0.29.0
4 years ago
0.28.0
4 years ago
0.27.0
4 years ago
0.26.0
4 years ago
0.25.0
4 years ago
0.24.0
4 years ago
0.23.0
4 years ago
0.22.0
4 years ago
0.21.0
4 years ago
0.20.3
4 years ago
0.20.2
4 years ago
0.20.1
4 years ago