Hi guys,
I have a need to validate German VAT numbers using the check digit formula.
The German VAT number starts with DE followed by 8 digits and 1 check digit.
There is a formula that you can use the calculate the check digit and with that validate if the number is correct.
The formula is described here:
http://zylla.wipos.p.lodz.pl/ut/translation.html
(look for the German version)
DE136695976 VALID
DE136695978 NOT VALID
I really don't understand how the formula works and also no idea how the function should work.
Is there anyone around that could get me going with this?
Thanks in advance.
I have a need to validate German VAT numbers using the check digit formula.
The German VAT number starts with DE followed by 8 digits and 1 check digit.
There is a formula that you can use the calculate the check digit and with that validate if the number is correct.
The formula is described here:
http://zylla.wipos.p.lodz.pl/ut/translation.html
(look for the German version)
DE136695976 VALID
DE136695978 NOT VALID
I really don't understand how the formula works and also no idea how the function should work.
Is there anyone around that could get me going with this?
Thanks in advance.