In one of our Vendr shops, we noticed several Mollie exceptions in the log viewer.
Mollie.Api.Client.MollieApiException: Unprocessable Entity - Order line 1 is invalid. VAT amount is off. Expected VAT amount to be €201.07 (€1,158.55 × (21.00% / 121.00%)), got €200.97 at Vendr.Extensions.HtmlHelperExtensions.RenderPaymentForm
It seems that the rounding of the VAT does not always go well and there is a small difference compared to the actual VAT amount.
Mollie VAT exceptions
Hi Matt,
In one of our Vendr shops, we noticed several Mollie exceptions in the log viewer.
It seems that the rounding of the VAT does not always go well and there is a small difference compared to the actual VAT amount.
What can I do in order to fix this issue?
Hey Peter,
What version of Vendr are you using? And what rounding method have you set on your store settings. For Mollie, it needs to be set to "Line" as metioned here https://vendr.net/docs/payment-providers/mollie/2.0.0/mollie-onetime/getting-started/configuring-umbraco/#configure-order-rounding-settings
Let me know if the rounding is set correctly and it's still getting it wrong.
Matt
Hi Matt,
Changed that setting to line did the trick like written in the docs, we must have overseen that.
Thanks a lot for your quick help!!! 👍
No problem. Glad it worked 👍
is working on a reply...