Bolivia

Type of IDDescriptionLengthVariable lengthMandatory for methodsDocument ID Examples

CI

Cedula de Identidad

7 - 10

Yes

-

7794986 7663435

CE

Cedula de Identidad de Extranjero

8

Not

-

B123456 BO123456

NIT

Número de Identificación Tributaria

4 - 15

Yes

-

419326025

The “CI” can be up to 10 characters. It is formed with 7 mandatory numerical digits and then optionally a space and two letters. The two letters represent the departments belonging to the “ Plurinational State of Bolivia”.

There are:

  • BE - Beni

  • CB- Cochabamba

  • CH – Chuquisaca

  • LP- La Paz

  • OR- Oruro

  • PD- Pando

  • PT – Potosí

  • SC – Santa Cruz

  • TJ - Tarija

Examples : For Santa Cruz you can send “SC 1234567”, “1234567”, “SC1234567”, “1234567SC” or “1234567 SC”

Example: How to validate IDs through the api?

Remember that you can 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, hyphens,dashes lowercase/uppercase. To validate Argentine documents through the API, you can add or omit the dots, hyphens and lowercase/uppercase.

{
    "document": {
        "id" :"111111111", 
        "type" :"CI"
    },
    "country" : "BOL"
}

Validate IDs through the LP api:

Check the Country ISOCode 3:

Last updated