piighost/in-gstin

Indian GST identification number: the state code, the holder's PAN, an entity digit, a fixed Z, then a checksum character. The Z in the fourteenth position is a constant, which makes this fifteen character string one of the safest business identifiers to detect.

Label: IN_GSTIN

Pattern

(?<!\w)[0-3]\d[A-Z]{5}\d{4}[A-Z][A-Z0-9]Z[A-Z0-9](?!\w)

Must be caught

Must be left alone

Tags: in, government-id, business, finance

Download the detector as TOML