Chile
These are the values for Bank Account Validations in Chile.
Bank Code
Type
Denomination
Account Type
Checking Regex
Saving 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.
V
Vista Account
Specialized account type for specific banking products.
R
RUT Account
Account type for taxpayer identification or government-related accounts.
Check if a bank account is valid through the LP's Api:
Bank Account ValidationCheck the bank codes:
Bank codes{
"country" : "CHL",
"bank" : {
"code" : "049",
"account" : {
"number" : "000921315982",
"type" : "s"
}
}
}Last updated
Was this helpful?