Ecuador

Document TypeDescriptionLengthData TypeMandatory for methodsExamples

CE

Cédula = Identity Card

10

Numeric

  • Bank Transfer

  • Credit Card

  • Debit Card

0603027988

CI

Cédula de Identidad

10

Numeric

  • Bank Transfer

  • Credit Card

  • Debit Card

1004922993

RUC

Registro Único de Contribuyentes: Tax ID

13

Numeric

  • Bank Transfer

  • Credit Card

  • Debit Card

1790360741001

PASS

Pasaporte = Passport

5 - 13

Alphanumeric

  • Bank Transfer

  • Credit Card

  • Debit Card

PX39582891478

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). However, take into account that we are still working in Ecuadorian ID validation service.

{
    "document": {
        "id" :"0603027988",
        "type" :"CE"
    },
    "country" : "ECU"
}

CE type also admits hypen. However, our system does not support dots for CE type validation.

Validate IDs through the LP api:

Check the Country ISOCode 3:

Last updated