Issue with VAT validation on first checkout attempt
-
Hi,
I’m experiencing an issue during the checkout process. When a user clicks on “Place order”, they sometimes receive an error message stating that the VAT number is not valid — even though the input indicates that it is valid.
Interestingly, if the user clicks “Place order” again without changing anything, the order goes through successfully.
Here’s what the log shows:
2025-06-05T07:32:11+00:00 Info Success: VAT ID is valid (Country: [NL]; VAT ID: [005180487B98]; Company: [codexy]; Method: [soap])
2025-06-05T07:32:27+00:00 Info Error: VAT is not valid (checkout) (Country: [NL]; VAT ID: [NL005180487B98]; Company: [Codexy]; Method: [])
2025-06-05T07:32:28+00:00 Info Success: VAT ID is valid (Country: [NL]; VAT ID: [005180487B98]; Company: [codexy]; Method: [soap])As you can see, the first (failing) attempt shows an empty validation method, while the second attempt succeeds using the soap method.
Do you have any idea what could be causing the method to be empty on the first attempt?
Thanks in advance!
Best regards,
YorickThe page I need help with: [log in to see the link]
The topic ‘Issue with VAT validation on first checkout attempt’ is closed to new replies.