Denmark

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

Ensure that the following details are correct for Denmark DK VAT:

  • Country Code: DK

  • Validation Type: ORA_DK_VAT

  • Description: Denmark DK VAT

  • Number of digits: 10

  • Format:

    Two character Country code (DK)+ 8 digit numeric DK99999999

    Two character Country code then 12345678 (8 characters)

    10 characters: A(1-2)+ N(1-8)

    A(1-2) = {DK}

  • Check digits: No

  • Check Digit Validation: No

  • Default Validation: ORA_DK_VAT

Example:

Good:

  • DK7129851

  • DK12605722

Bad:

  • DB12345674 (Invalid country code)

  • 12345678 (Missing country code)

  • DK1234567 (Invalid format - too short)

  • DK123456789 (Invalid format - too long)