{"id":"t/clabe_validate","kind":"forged","name":"clabe_validate","description":"Offline validator for a Mexican CLABE (Clave Bancaria Estandarizada) 18-digit bank account number: checks length/digits, computes the mod-10 weighted (3-7-1) check digit per Banco de México's published formula, and reports validity plus parsed bank code, branch code and account number.","tags":["mexico","banking","clabe","validator","offline","finance"],"method":"POST","path":"/v1/t/clabe_validate","url":"https://toll402.dev/v1/t/clabe_validate","specUrl":"https://toll402.dev/v1/spec/t/clabe_validate","price":"$0.001","priceUsd":0.001,"available":true,"inputSchema":{"type":"object","properties":{"clabe":{"type":"string","description":"18-digit CLABE, digits only or with spaces/dashes"}},"required":["clabe"],"additionalProperties":false},"example":{"clabe":"002010077777777771"},"meta":{"creator":null,"createdAt":"2026-09-09T07:24:49.018Z","calls":7,"failures":6,"network":false,"notes":"Pure offline validator: strips spaces/dashes, checks 18-digit numeric format, parses bank code (3), branch code (3), account number (11) and check digit (1), then recomputes the check digit using Banxico's mod-10 weighted algorithm with cyclic weights 3-7-1 over the first 17 digits, comparing to the supplied check digit to determine validity."}}