I am trying to implement the Mollie payment provider in an existing shop.
For some reason the Mollie library cannot process the order.
Mollie.Api.Client.MollieApiException: 'Unprocessable Entity - The following fields of the billingAddress are missing: streetAndNumber, postalCode, city'
I got this in the CheckoutReviewPage, on:
@using (Html.BeginPaymentForm(Model.Order))
Do you know why some of the billingAddress details are missing?
Mollie.Api.Client.MollieApiException
Hello Matt,
I am trying to implement the Mollie payment provider in an existing shop.
For some reason the Mollie library cannot process the order.
I got this in the CheckoutReviewPage, on:
Do you know why some of the billingAddress details are missing?
Hey Peter,
What does your payment provider configuration in the back office look like?
Matt
Augh, nevermind, I forgot to set the city alias in de BO @Mollie. 😜
is working on a reply...