Chile

Below you will see the fields designated for the country Chile

Document validations

NOTES:

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

  • The individual type RUT must be less than 60.000.000

  • The company type RUT must be greater than 60.000.000

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.

{
    "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.

Validate IDs through the LP api:

Check the Country ISOCode 3:

Last updated