Documentation V3
Search…
⌃K

Colombia

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

Document validations

Document Type
Description
Length
Data Type
Verification digit
Document ID Example
CC
Cédula de Ciudadanía = Citizenship Card
6~10
Numeric
No
1.004.922.993
1004922993 487245
NIT
Número de identificación tributaria = Tax identification number
10
Numeric
Last digit
901.458.652-7
901458.6527 9014586527
PASS
Pasaporte = Passport
up to 12
Characters
No
AO258413
CE
Cédula de extranjería = Foreign ID Card
up to 12
Characters
No
A20106607 17168 7001115243
TI
Tarjeta de Identidad
10
Numeric
1050324598

Example: How to validate IDs through the api?

Remember that you 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 Colombian documents through our API, yo can add or omit the dots, hyphens and lowercase/uppercase indistinctly for CC and NIT type. However, take into account thatPASS and CE types do not supports dots.
Example: CC
Example: NIT
Example: PASS
Example: CE
Valid ID Response
"id" :"19292747",
"type" :"cc"
},
"country" : "COL"
}
{
"document": {
"id" :"800.173.557-4",
"type" :"nIT"
},
"country" : "col"
}
{
"document": {
"id" :"Om584972",
"type" :"PASS"
},
"country" : "COL"
}
{
"document": {
"id" :"E226932",
"type" :"ce"
},
"country" : "col"
}
{
"code": "200",
"description": "Valid id and type document"
}
Validate IDs through the LP api:

Check the Country ISOCode 3:

Last modified 1mo ago