Uruguay

Below you will see the fields designated for the country Uruguay.

Document validations

Document Type

Description

Length

Data Type

Verification Digit

Mandatory for methods

Document ID Example

CI

Cédula de Identidad = Identity card

8 (excluding dashes and dots)

Numeric

Last digit

  • Credit Card

  • Debit Card

8.741.777-1

26669058

RUT

Registro Único Tributario = Single tax record

12 (excluding dashes)

Numeric

Last digit

  • Credit Card

  • Debit Card

21-100342-001-7

211003420017 080101220012

Remember that you can validate documents through the LP api. See Document Validation service.

Example: How to validate IDs through the api?

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

{
    "document": {
        "id" :"216298610018",
        "type" :"RUT"
    },
    "country" : "URY"
}

Note that for RUT validation you can add or omit the hypens.

Validate IDs through the LP api:

Check the Country ISOCode 3:

Last updated