Hello Support,
On our site we are using the EU/UK VAT plugin.
The VAT ID is set to optional.
When I create a new user with the REST-API customer endpoint with the following post data:
Array (
[first_name] => Firstname
[last_name] => Lastname
[email] => <Valid mail address>
)
I get the following error as response:
Error: BTW nummer is niet geldig [billing_eu_vat_number_error] => VAT is invalid
Can you let me know why validation is started in this situation? My assumption was that when no Vat number is provided the validation would be skipped.
-
This topic was modified 1 year, 4 months ago by Omar Dabbas.