Chile
Below you will see the fields designated for the country Chile
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 |
| 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)
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:
Last modified 1mo ago