Mexico
These are the values for Bank Account Validations in Mexico.
Bank Code
Type
Denomination
Account Type
Checking Regex
Saving Regex
Debit Card Account Regex
Phone Number Account Regex
Account Type Reference
The following account types are supported:
Code
Account Type
Description
C
Checking Account
Standard transactional account for daily banking operations.
S
Saving Account
Interest-bearing savings account for funds accumulation.
D
Debit Card Account
Account linked directly to a debit card.
P
Phone Number Account
Account identified by phone number (mobile money/digital wallets).
Check if a bank account is valid through the LP's Api:
Bank Account ValidationCheck the bank codes:
Bank codes{
"country" : "MEX",
"bank" : {
"code" : "002",
"account" : {
"number" : "002180700070799802",
"type" : "s"
}
}
}Examples: Bank account validations response
{
"code" : "200",
"description" : "Valid bank code and account number"
}{
"code" : "701",
"description" : "Invalid bank account code doesn't exist"
}Cuenta CLABE structure:

Last updated
Was this helpful?