Estonia

Validate tax registration numbers as per Estonia's validation rule. All businesses in Estonia are assigned a 11 -digit global unique identifier called Estonia EE VAT.

Ensure that the following details are correct for Estonia EE VAT:

  • Country Code: EE

  • Validation Type: ORA_EE_VAT

  • Description: Estonia EE VAT

  • Number of digits: 11

  • Format:

    Two character Country code(EE)+ 9 digit numeric EE999999999

    Two character Country code then 123456789 (9 characters)

    11 characters: A(1-2)+ N(1-8)+C(1)

    A(1-2) = {EE}

  • Check digits: No

  • Check Digit Validation: No

  • Default Validation: ORA_EE_VAT

Example:

Good:

  • EE100741900

Bad:

  • EB123456780 (Invalid country code)

  • 123456780 (Missing country code)

  • EE12345678 (Invalid format - too short)

  • EE1234567801 (Invalid format - too long)