Poland

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

Ensure that the following details are correct for Poland PL VAT:

  • Validation Type: ORA_PL_VAT

  • Description: Poland PL VAT

  • Number of digits: 12

  • Format:

    Two character Country code(PL) + 10 digit numeric PL9999999999 Two character Country code then 1234567890 (10 characters)

    12 characters: A(1-2)+N(1-9)+C(1) A(1-2) = {PL}

  • Check digits: No

  • Check Digit Validation: No

  • Default Validation: ORA_PL_VAT

Example:

Good:

  • PL5270201490

  • PL5263047131

Bad:

  • PB1234567883 (Invalid country code)

  • 1234567883 (Missing country code)

  • PT123456788 (Invalid format - too short)

  • PT12345678833 (Invalid format - too long)