Anyone any idea if it is possible in Drupal 8 to incorporate Mollie payments in Drupal Commerce?

Drupal Commerce is installed and it is up and running.
Payment is installed and working
Mollie Payment is installed and working

But they do not work together - Commerce and Mollie. I think I need Payment for Drupal Commerce. Right?

Any help or suggestions are very welcome!

Thanks in advance!

Comments

slewazimuth’s picture

Braintree, (a PayPal company), is the first payment system integrated with commerce 2.x payment system. Many more are soon to follow. If you need Mollie and can't wait for someone else, then snag the info and write the code.

VM’s picture

https://www.drupal.org/project/commerce_mollie looks like where one would go to integrate mollie with commerce. However, doesn't look like a D8 version is available yet.

basby’s picture

Thanks for the responses.
VM, the module you mention only has a drupal 7 dev-version. It seems to be unfinished.

https://www.drupal.org/project/payment_commerce does have a stable release for drupal 7. I think I need that module (ported to drupal 8).

slewazimuth’s picture

The payment module is automatically included with the 2.x beta1 version of drupal commerce installed using composer. You activate it in the extend menu, or tell drupal console to do that for you.