Armenian HVHH at a glance
The HVHH (ՀՎՀՀ — Հարկ վճարողի հաշվառման համար, “taxpayer registration number”) is Armenia’s taxpayer identification number, issued by the State Revenue Committee (SRC). Every registered company and individual entrepreneur receives an 8-digit HVHH, which is used for VAT, the e-Invoicing.am system, and customs declarations. It is the single tax identifier — there is no separate VAT number.
How it works
The State Revenue Committee does not publish a check-digit algorithm, so validation is a structural format check against the documented rule:
HVHH = exactly 8 numeric digits
- strip spaces and hyphens
- reject any non-digit character
- reject anything other than 8 digits
The HVHH is a sequential code with no embedded date, gender, or region, so there is no additional structure to verify offline. The tool normalises separators, confirms every character is a digit, and checks the length.
Tips and notes
A valid 8-digit format confirms the HVHH is well-formed and free of common transcription errors, but it does not prove the taxpayer is registered or VAT-active — confirm that through the State Revenue Committee’s public lookup. When importing Armenian supplier data, always strip separators and store the clean 8-digit form so the same HVHH compares equal regardless of how it was formatted on the source document.