South African SA ID number validation: Structural validation of a South African identity number with safe decode: Luhn check digit, birth date, gender and citizenship segments (citizen or permanent resident). The structural step in KYC, KYB and customer onboarding or due diligence workflows: derive date of birth, age, gender and citizenship without storing the identity. Stateless, never stored or logged (POPIA-conscious by construction).
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://verza.dev/v1/id-validate' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://verza.dev/v1/id-validate'
Endpoint: https://verza.dev/v1/id-validate. Operated by verza.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
South African NCA loan agreement verification (Reg 42 Verify): Independent lawfulness check of a South African credit agreement's interest rate against the Nati…