Mexico CLABE API
The Mexico CLABE API provides everything developers need to work with Mexican CLABE (Clave Bancaria Estandarizada) numbers — the 18-digit bank account identifier required for all electronic transfers in Mexico. Built on the official BANXICO algorithm with a database of 101 registered banks and full city code coverage. **What you can do:** - Validate any CLABE number with full structural and…
Mexico CLABE API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Compute Check Digit /clabe/check-digit |
Given the first 17 digits of a CLABE, compute the correct check digit. Returns the full 18-digit CLABE. Useful for building CLABEs programmatically. |
| POST |
Batch Validate CLABEs /clabe/validate/batch |
Validate up to 100 CLABEs in a single request. Ideal for payroll systems, bulk payment validation, and KYC pipelines. |
| GET |
Validate CLABE /clabe/validate |
Validates an 18-digit Mexican CLABE against BANXICO's official specification. Checks length, digit-only format, checksum algorithm, and identifies the issuing bank and city.… |
| GET |
List Banks /banks |
Returns all BANXICO-registered SPEI participant institutions with their 3-digit code, full name, short name, and SWIFT/BIC. |
| GET |
Get City by Code /cities/{code} |
Returns the city and state for a 3-digit BANXICO branch/plaza code. |
| GET |
Get Bank by Code /banks/{code} |
Returns details for a specific 3-digit BANXICO bank code. |
Mexico CLABE API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / second |
|
| PRO | $14 / month | 10 / second |
|
| ULTRA | $39 / month | 30 / second |
|
| MEGA | $79 / month | — |
|