Argentina
These are the values for Bank Account Validations in Argentina.
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.
Check if a bank account is valid through the LP's Api:
Bank Account ValidationCheck the bank codes:
Bank codes{
"country" : "ARG",
"bank" : {
"code" : "191",
"account" : {
"number" : "1910119655111901676653",
"type" : "s"
}
}
}{
"country" : "ARG",
"bank" : {
"code" : "000",
"account" : {
"number" : "0000003100065557211734",
"type" : "s"
}
}
}CBU structure:

Last updated
Was this helpful?