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

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.

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

Validate IDs through the LP api:

Check the Country ISOCode 3:

Last updated