Uruguay
Below you will see the fields designated for the country Uruguay.
Document validations
Document Type
Description
ID for individuals and/or legal entities
Length
Data Type
Verification Digit
Mandatory for methods
Document ID Example
CI
Cédula de Identidad = Identity card
Individual Entity
8 (excluding dashes and dots)
Numeric
Last digit
Credit Card
Debit Card
8.741.777-1
26669058
RUT
Registro Único Tributario = Single tax record
Legal Entities
12 (excluding dashes)
Numeric
Last digit
Credit Card
Debit Card
21-100342-001-7
211003420017 080101220012
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"
}
Validate IDs through the LP api:
Check the Country ISOCode 3:
ISOCode 3:
Last updated
Was this helpful?