You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a customer has a billing address located in Northern Ireland, country code XI, no Payment methods are shown during checkout.
An error is shown in the Exception Log : Mollie.INFO: info: Function: getActiveMethods: [2024-11-18T13:11:42+0000] Error executing API call (400: Bad Request): The billingCountry is invalid. Field: billingCountry. Documentation: https://docs.mollie.com/overview/handling-errors [] []
Used versions
Magento 2.4.6-p7
Open Source
Mollie version : 2.41
Northern Ireland / XI is 'allowed' as country in the Mollie plugin for all payment methods
To Reproduce
Steps to reproduce the behavior:
Enrich the country list of Magento to add XI/Northen Ireland as a valid country.
Add the VAT rates for XI to Magento
Update the billing/shipping country of a customer to XI
Customer places order on frontend
During checkout no payment methods are shown from the Mollie plugin.
Expected behavior
All payment methods for XI are shown during checkout.
Actual behavior
The Mollie API returns an error on the billing country, as a result no payment is possible
Additional context
Due to the EU VAT rules we had to add XI as a valid country for Magento customers to keep track of the VAT amounts for Northern Ireland. Magento does not have country code XI in a default configuration, we have added that to the internal country list of Magento.
I am not sure if this is a problem in the Mollie API or the Mollie plugin itself, but support for country code XI in both modules would be appreciated.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a customer has a billing address located in Northern Ireland, country code XI, no Payment methods are shown during checkout.
An error is shown in the Exception Log : Mollie.INFO: info: Function: getActiveMethods: [2024-11-18T13:11:42+0000] Error executing API call (400: Bad Request): The billingCountry is invalid. Field: billingCountry. Documentation: https://docs.mollie.com/overview/handling-errors [] []
Used versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All payment methods for XI are shown during checkout.
Actual behavior
The Mollie API returns an error on the billing country, as a result no payment is possible
Additional context
Due to the EU VAT rules we had to add XI as a valid country for Magento customers to keep track of the VAT amounts for Northern Ireland. Magento does not have country code XI in a default configuration, we have added that to the internal country list of Magento.
I am not sure if this is a problem in the Mollie API or the Mollie plugin itself, but support for country code XI in both modules would be appreciated.
The text was updated successfully, but these errors were encountered: