India GSTIN validator
Validate the format of a 15-character GST Identification Number. The tool decodes the
2-digit state code, checks the embedded 10-character PAN, and recomputes the
GSTN base-36 check digit over the first 14 characters: each code point (0–9, A–Z =
0–35) is multiplied by an alternating factor of 1 and 2, and the quotient and remainder
of each product divided by 36 are summed; the check value is (36 − sum mod 36) mod 36.
This is privacy-first: the check digit is computed locally with no GST portal lookup. A “valid GSTIN” result means the number is well-formed — verify an active registration on the official GST portal.