1.2.5 • Published 3 years ago

vendure-plugin-mollie v1.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Channel aware payment provider for Mollie

Vendure version
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

  1. Go to the Vendure admin
  2. Go to settings > paymentMethods and create a payment method with the name mollie-payment-YOUR_CHANNEL_TOKEN. This specific name is used in the webhook from Mollie.
  3. Set the redirectUrl, this is the url that is used to redirect the end-user. I.E. https://storefront/
  4. 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

Pinelab.studio logo

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.0

3 years ago

0.31.0

3 years ago

0.30.0

3 years ago

0.29.0

3 years ago

0.28.0

3 years ago

0.27.0

3 years ago

0.26.0

3 years ago

0.25.0

3 years ago

0.24.0

3 years ago

0.23.0

3 years ago

0.22.0

3 years ago

0.21.0

3 years ago

0.20.3

3 years ago

0.20.2

3 years ago

0.20.1

3 years ago