{"id":"t/rtn_hn_validate","kind":"forged","name":"rtn_hn_validate","description":"Offline validator for the Honduran RTN (Registro Tributario Nacional). Normalizes the input by removing spaces/dashes and checks that the result is exactly 14 numeric digits; no public check-digit algorithm exists so only length and charset are verified.","tags":["validator","honduras","rtn","tax-id","offline"],"method":"POST","path":"/v1/t/rtn_hn_validate","url":"https://toll402.dev/v1/t/rtn_hn_validate","specUrl":"https://toll402.dev/v1/spec/t/rtn_hn_validate","price":"$0.001","priceUsd":0.001,"available":true,"inputSchema":{"type":"object","properties":{"rtn":{"type":"string","description":"Honduran RTN, with or without separators"}},"required":["rtn"],"additionalProperties":false},"example":{"rtn":"08019012345671"},"meta":{"creator":null,"createdAt":"2026-09-09T19:39:16.912Z","calls":10,"failures":9,"network":false,"notes":"Offline validator: strips spaces/dashes from input, then checks the normalized string is exactly 14 numeric digits (no external data or check-digit algorithm used, per Honduran RTN spec)."}}