errorcountryHUNnav

HU-R-001:Hungarian tax number required

Fix: Add HU + tax number (8+1+2 digits). Provide the required value in the free validator.

Hungarian invoices must include adószám (tax number).

Severity
Fatal
Rule set
nav
Country
HUN
Fix type
INPUT REQUIRED

Engine Classification

Business data required · Explicit input workflow · No assumptions made

Required input: Hungarian Tax Number (Adószám)

What is HU-R-001?

HU-R-001 is a fatal validation rule defined in the nav specification (HUN national rules). It validates the CompanyID element under PartyTaxScheme in the UBL invoice XML.

When this rule fires, the invoice is rejected by Peppol access points and never reaches the buyer.

Target path: XPath: //cac:PartyTaxScheme/cbc:CompanyID

Why This Error Matters

Hungarian tax identification required.

HU-R-001 is a hard failure — the invoice must be corrected and re-sent before it can reach the recipient.

Validator Behavior

  • ·Causes invoice rejection
  • ·Error returned: HU-R-001
  • ·Specification: nav

How to Fix It

1.

Get tax number

11-digit Hungarian tax number

2.

Add to invoice

HU prefix + number

XML Example

Generic example based on the rule's target XPath. Your actual XML structure may differ.

Before
<!-- Missing or empty element triggers cbc:CompanyID error -->
<cbc:CompanyID></cbc:CompanyID>
After
<!-- Provide the required value -->
<cbc:CompanyID>VALID_VALUE</cbc:CompanyID>

Technical Reference

XPathXPath: //cac:PartyTaxScheme/cbc:CompanyID
Specnav

Common Causes

  • ·Missing tax number
  • ·Wrong format

Seeing this in production? The API handles HU-R-001 automatically. See the fix response →

Frequently Asked Questions

Hungarian invoices must include adószám (tax number).

Add HU + tax number (8+1+2 digits). Invoice Navigator detects this error and prompts for the required business data before applying a safe fix.

Yes, HU-R-001 is a critical error that must be fixed.

Related Errors

Related Content

Last updated: 3 March 2026

Share this guide:

Validate your invoice

Drop your XML here to check for HU-R-001

Fix HU-R-001 with guided input

Upload your invoice and we'll ask for the missing data, then apply a safe, auditable fix.