CLABE Bank Account Number Generator For Mexico
Instantly generate a valid CLABE for Mexican bank transfers by entering your bank code, branch code, and account number. Our tool ensures your CLABE is accurate for secure Mexican bank transactions.
Generate a CLABE for Mexico
What is a CLABE?
A CLABE is a standardized 18-digit bank account number used in Mexico. It stands for Clave Bancaria Etandarizada (Standardized Banking Key). A CLABE must be provided to your payment processor for sending and receiving international payments to Mexico.
What is the format of a CLABE bank account number?
A CLABE bank account number is 18 digits and its format is...
- Digits 1-3: Bank Code
- Digits 4-6: Branch Code
- Digits 7-17: Account Number
- Digit 18: Control Digit
When do I need to generate a CLABE?
You need to generate a CLABE if...
- You're sending or receiving a cross-border electronic transfer to a Mexican bank account.
- Your bank or payment provider requests a CLABE for processing a transaction.
- You want to verify the accuracy of a recipient's account before transferring funds.
Where can I learn more about CLABEs?
See the official Mexican transparency regulation here.
You can also visit our CLABE generator page for step-by-step instructions and examples.
How can I integrate with your API directly?
Integrating directly with our API is straightforward and entirely open at this time. Here is a snippet of a sample web request you can make:
POST https://api.bankcode.tools/mx-clabe/
{
"bank_code": "###",
"branch_code": "###",
"account_number": "###########",
"country_code": "MX",
"payment_field": "clabe"
}