Convert to use Mollie Payments API #8
Replies: 4 comments 3 replies
-
@mattbrailsford Mollie actively discourages use of the Orders API: https://docs.mollie.com/docs/orders-overview The current implementation sends quite some customer and order information to Mollie, effectively making those fields required in the order on the Umbraco Commerce side. For instance, it seems impossible to NOT ask for a full billing address if the order is to be paid using this payment provider. This has functional implications (having to ask for an address when selling a purely digital product) as well as being less-than-ideal GDPR-wise. Is switching to the recommended Payments API on the roadmap somewhere? |
Beta Was this translation helpful? Give feedback.
-
Hi Matt, Personally, I think it's a shame that Mollie no longer recommends using the Orders API, because I prefer to send a "whole order" to Mollie so that I can also review the order in Mollie instead of just the total amount. I would rather prefer to see an option to place an Order for a digital product, so without address details. Or the choice in the Commerce Payment Provider between Order and Payment. But anyway; changes at Mollie is not something you can do anything about. Dave |
Beta Was this translation helpful? Give feedback.
-
any updates on this? tx PS: might also not to validate this mollie api identifier change https://help.mollie.com/hc/en-us/articles/26598989040146-Update-to-API-identifiers |
Beta Was this translation helpful? Give feedback.
-
Hey guys, Mollie Payment Provider The details changes can be found in the repository's Releases section. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The current Mollie payment provider makes use of the Mollie Orders API in order to give a full order breakdown within Mollie. Looks at their docs however, it looks like they are deprecating the Orders API in favour of the simpler Payments API. With the Payments API we would no longer provide a full order breakdown, instead we would just send an order amount to capture (much like many other payment providers).
I think it would make sense given the Orders API is being deprecated that we should look to migrate the provider to use the Payments API instead.
Beta Was this translation helpful? Give feedback.
All reactions