Ecuador

Document TypeDescriptionID for individuals and/or legal entitiesLengthData TypeMandatory for methodsExamples

CE

Cédula = Identity Card

Individual Entity

10

Numeric

  • Bank Transfer

  • Credit Card

  • Debit Card

0603027988

CI

Cédula de Identidad

Individual Entity

10

Numeric

  • Bank Transfer

  • Credit Card

  • Debit Card

1004922993

RUC

Registro Único de Contribuyentes: Tax ID

Legal Entities

13

Numeric

  • Bank Transfer

  • Credit Card

  • Debit Card

1790360741001

PASS

Pasaporte = Passport

Individual Entity

2-20

Alphanumeric

  • Bank Transfer

  • Credit Card

  • Debit Card

AD1234569

123456789 REWT56987456

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