Colombia

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

Document validations

Document Type

Description

ID for individuals and/or legal entities

Length

Data Type

Verification digit

Mandatory for methods

Document ID Example

CC

Cédula de Ciudadanía = Citizenship Card

Individual Entity

6~10

Numeric

No

  • Bank Transfer

  • Credit Card

  • Debit Card

1004922993 487245

NIT

Número de identificación tributaria = Tax identification number

Legal Entities

10

Numeric

Last digit

  • Bank Transfer

  • Credit Card

  • Debit Card

901.458.652-7

901458.6527 9014586527

PASS

Pasaporte = Passport

Individual Entity

2 a 20

Characters

No

  • Bank Transfer

  • Credit Card

  • Debit Card

AD1234569 123456789 REWT56987456

CE

Cédula de extranjería = Foreign ID Card

Individual Entity

6 ~7

Characters

No

  • Bank Transfer

  • Credit Card

  • Debit Card

442113

343005

TI

Tarjeta de Identidad

Individual Entity

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.

        "id" :"19292747",
        "type" :"cc"
    },
    "country" : "COL"
}

Validate IDs through the LP api:

Check the Country ISOCode 3:

Last updated