Peru

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

Document TypeDescriptionLengthData TypeMandatory for methodsExamples

DNI

DNI = National Identity Card

8

Numeric

  • Bank Transfer

  • Credit Card

  • Debit Card

12487201 35.201.784

CE

CE: Foreign Resident Card

up to 12

Alphanumeric

  • Bank Transfer

  • Credit Card

  • Debit Card

001766062 001077238

RUC

Registro Único de Contribuyentes: Tax ID

11

Numeric

  • Bank Transfer

  • Credit Card

  • Debit Card

20494099153

PASS

Pasaporte = Passport

up to 12

Alphanumeric

  • Bank Transfer

  • Credit Card

  • Debit Card

PER116880041

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