Colombia

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

Document validations

Document Type
Description
Length
Data Type
Verification digit
Mandatory for methods
Document ID Example
CC
Cédula de Ciudadanía = Citizenship Card
6~10
Numeric
No
  • Bank Transfer
  • Credit Card
  • Debit Card
1.004.922.993
1004922993 487245
NIT
Número de identificación tributaria = Tax identification number
10
Numeric
Last digit
  • Bank Transfer
  • Credit Card
  • Debit Card
901.458.652-7
901458.6527 9014586527
PASS
Pasaporte = Passport
up to 12
Characters
No
  • Bank Transfer
  • Credit Card
  • Debit Card
AO258413
CE
Cédula de extranjería = Foreign ID Card
6 ~7
Characters
No
  • Bank Transfer
  • Credit Card
  • Debit Card
442113
343005
TI
Tarjeta de Identidad
10
Numeric
  • Bank Transfer
  • Credit Card
  • Debit Card
1050324598
The type of TI document corresponds to the identification issued to minors for this country.

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