This reference provides functions and utilities for parsing CLABE numbers into their individual components, along with SPEI operational timing constraints and validation patterns.Documentation Index
Fetch the complete documentation index at: https://docs.tonder.io/llms.txt
Use this file to discover all available pages before exploring further.
For detailed operational information about SPEI including operating hours, processing times, and holiday calendar, see the Payment Methods Reference page.
CLABE Component Structure
CLABE numbers contain four distinct components that can be extracted for processing. For detailed information about CLABE structure and validation algorithms, see CLABE Validation. A quick overview of the CLABE components:- Bank Code (positions 1-3): Identifies the financial institution.
- Branch Code (positions 4-6): Identifies the specific branch.
- Account Number (positions 7-17): The actual account identifier.
- Check Digit (position 18): Validation digit calculated using algorithm.
Implementation Examples
Here you can find ready-to-use code examples for common CLABE processing and SPEI validation tasks:CLABE Component Extraction
CLABE Component Extraction
This function parses a CLABE number into its individual components for further processing:
SPEI Operating Time Validation
SPEI Operating Time Validation
This function checks if SPEI transfers are currently being processed based on Mexico City time and operating schedules:
See also
- Refer to Institution Codes for Mexican bank codes and account types.
- Read about CLABE Validation to validate CLABE numbers.
- See the complete Mexican Banking Reference.

