We are upgrading a project from using TeaCommerce to Vendr 3.0.4 in Umbraco 10.2.1.
When we first build the site there was no paymentprovider for Mollie available so we made our own. Now we would like to use the available paymentprovider.
Normally when the customer is redirected to Mollie he starts on a page where the paymentmethod within Mollie is chosen, like Ideal or PayPal. In our project we wanted to avoid that extra paymentmethod selection. In order to do that we made a call to the Mollie-API before the checkout to get all available paymentmethods, so that after the checkout we could send the Id of the Molliepayment direct to Mollie.
Can you tell me if the same is possible in the current paymentprovider for Mollie? If so, which field do I have to use to pass the Id of the chosen Mollie paymentmethod?
Hmm I don’t think we go to that extent, however we do have a “Payment Methods” advanced setting you can configure to state which methods you want to support. The only thing I’m unsure of is if you just choose one, will Mollie skip the selection screen. You may need to test this.
Vendr - passing paymentMethod to Mollie
Hi Matt,
We are upgrading a project from using TeaCommerce to Vendr 3.0.4 in Umbraco 10.2.1.
When we first build the site there was no paymentprovider for Mollie available so we made our own. Now we would like to use the available paymentprovider.
Normally when the customer is redirected to Mollie he starts on a page where the paymentmethod within Mollie is chosen, like Ideal or PayPal. In our project we wanted to avoid that extra paymentmethod selection. In order to do that we made a call to the Mollie-API before the checkout to get all available paymentmethods, so that after the checkout we could send the Id of the Molliepayment direct to Mollie.
Can you tell me if the same is possible in the current paymentprovider for Mollie? If so, which field do I have to use to pass the Id of the chosen Mollie paymentmethod?
Thanks,
Frans
Hi Frans,
Hmm I don’t think we go to that extent, however we do have a “Payment Methods” advanced setting you can configure to state which methods you want to support. The only thing I’m unsure of is if you just choose one, will Mollie skip the selection screen. You may need to test this.
https://github.com/vendrhub/vendr-payment-provider-mollie/blob/v2/dev/src/Vendr.PaymentProviders.Mollie/MollieOneTimeSettings.cs#L69
Failing this, the code for this provider is on our Github page if you need to customise it.
https://github.com/vendrhub/vendr-payment-provider-mollie/
is working on a reply...