Peru

Below you will see the fields designated for the country Perú.

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

DNI

DNI = National Identity Card

Individual Entity

8

Numeric

  • Bank Transfer

  • Credit Card

  • Debit Card

12487201 35.201.784

CE

CE: Foreign Resident Card

Individual Entity

up to 12

Character

  • Bank Transfer

  • Credit Card

  • Debit Card

001766062 001077238

RUC

Registro Único de Contribuyentes: Tax ID

Legal Entities

11

Numeric

  • Bank Transfer

  • Credit Card

  • Debit Card

20494099153

PASS

Pasaporte = Passport

Individual Entity

2-20

Character

  • 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).

{
    "document": {
        "id" :"30.784.589",
        "type" :"DNI"
    },
    "country" : "PER"
}

To validate DNI type you can add or omit the dots.

Validate IDs through the LP api:

Check the Country ISOCode 3:

Last updated