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

Bank

All banks

C, S, D, P

/^\d{10,18}$/

/^\d{10,18}$/

/^\d{16}$/

/^\d{10}$/

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).

Remember that before creating a PayIn/PayOut request, you can verify each bank account number through our "Bank Account Validation" service.

However, when using the bank account validation service, you will need not only the bank account number, but also the name of the bank to which the account belongs. Each bank has a unique "bank code" assigned by LP that you will have to add in the request.

Check if a bank account is valid through the LP's Api:

Bank Account Validation

Check the bank codes:

Bank codes

Examples: Bank account validations response

{
    "code" : "200",
    "description" : "Valid bank code and account number"
 
}

Cuenta CLABE structure:

Last updated

Was this helpful?