Chile

Below you will see the fields designated for the country Chile

Document validations

Document Type
Description
Length
Data Type
Verification digit
Mandatory for methods
Document ID Examples
RUT
Registro Único Tributario = Single Tax Registration
8~9
Alphanumeric
last digit
  • Bank Transfer
  • Credit Card
  • Debit Card
17.298.356-1 76182124
8900960-k 8420157K 08.900.960-K
NOTE:
In Chile the ID type can be RUT and RUN. However, for commercial purposes, LP considers the RUN ID type to be the same as the RUT because for a Chilean or foreign natural person residing in Chile, RUT and RUN are identical.
Rol Único Tributario (RUT) = Rol Único Nacional (RUN)

Example: How to validate IDs through the api?

Remember that you can can validate documents through the LP api. See Document Validation service.
Below you can find some examples to validate through our api. You can also test with the examples above. Please, note the structure of each ID type (lenght, dots, hyphen, lowercase/uppercase). To validate Chilean documents through the API, you can add or omit the dots, hyphens, and lowercase/uppercase.
Example: RUT
Example II: RUT
Valid ID Response
{
"document": {
"id" :"15.871.597-k",
"type" :"RUT"
},
"country" : "CHL"
}
If the RUT ID ends with the letter "K", it can be in uppercase or lowercase letters indistinctly.
{
"document": {
"id" :"9928560-5",
"type" :"RUT"
},
"country" : "CHL"
}
If the RUT ID ends with the letter "K", it can be in uppercase or lowercase letters indistinctly.
{
"code": "200",
"description": "Valid id and type document"
}

Validate IDs through the LP api:

Check the Country ISOCode 3:

Last modified 1mo ago