Costa Rica
Below you will see the fields designated for the Costa Rica
Document Type | Description | Length | Data Type | Verification digit | Mandatory for methods | Document ID Example |
---|---|---|---|---|---|---|
RUT | Registro Único Tributario | 10 | Numeric | - |
| 1111111111 |
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
Valid ID Response
{
"document": {
"id" :"1111111111",
"type" :"RUT"
},
"country" : "CRI"
}
{
"code": "200",
"description": "Valid id and type document"
}
Validate IDs through the LP api:
Last modified 1mo ago