Validate a Paraguayan (PY) identity or tax document.
Document type, either fully-qualified (PY_CI, PY_RUC) or short (CI, RUC, PASAPORTE).
PY_CI
PY_RUC
CI
RUC
PASAPORTE
Raw document string (formatting tolerated).
true if the value passes PY-specific validation rules.
true
import { validate } from "nationid/py";validate("PY_CI", "1234567");validate("RUC", "80012345-6"); Copy
import { validate } from "nationid/py";validate("PY_CI", "1234567");validate("RUC", "80012345-6");
Validate a Paraguayan (PY) identity or tax document.