Fetch selected payment method details from paid Mollie order
Within the Store Settings you can limit the Mollie Payment Method selection screen with the following config.
Is there also a way to fetch details on which payment method was chosen by the user?
Currently the order information only displays that they used Mollie to pay for the order, but we would like to also fetch details on whether they used Credit Card, Ideal or banktransfer.
I don't think we record this as really, we don't know. All we do is send those options to the Mollie gateway for them to present.
We could maybe look at the order response to see what is sent back once the payment is successful and see if their selection was in there and if so, we'd probably be able to store it in an order property.
I'll have to look to see if this is provided by Mollie though first.
The Mollie Order ID and Payment Method are now captured as meta data which is accessible by clicking the little "i" info icon in the top right of the "payment details" panel.
Give this a try and see if it resolves your issue.
Fetch selected payment method details from paid Mollie order
Within the Store Settings you can limit the Mollie Payment Method selection screen with the following config.
Is there also a way to fetch details on which payment method was chosen by the user?
Currently the order information only displays that they used Mollie to pay for the order, but we would like to also fetch details on whether they used Credit Card, Ideal or banktransfer.
Hey,
I don't think we record this as really, we don't know. All we do is send those options to the Mollie gateway for them to present.
We could maybe look at the order response to see what is sent back once the payment is successful and see if their selection was in there and if so, we'd probably be able to store it in an order property.
I'll have to look to see if this is provided by Mollie though first.
If you could check the order response from Mollie whether they return any such information, that would be greatly appreciated.
Then I can communicate back to my client whether it's something that might or might not be possible in the future.
Should I create an issue/request for this on the Vendr Mollie github?
Yes please 👍
Actually, I've had a look and just gone ahead and made an update.
There is a 2.0.2-beta0007 build on our unstable feed at https://nuget.outfield.digital/unstable/vendr/v3/index.json if you want to try this.
The Mollie Order ID and Payment Method are now captured as meta data which is accessible by clicking the little "i" info icon in the top right of the "payment details" panel.
Give this a try and see if it resolves your issue.
is working on a reply...