Convert to use Mollie Payments API #8
mattbrailsford
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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