Peru

See all the information for the creation of an account for Peru.

Flow

Mandatory parameters

Owner object

PropertyTypeDescription
first_name*StringOwner's first name.

Length: 50.
last_names*StringOwner's complete last names.

Length: 50.
document_type*StringOwner's personal identification type.

Length: 3.
document*StringOwner’s personal identification number.

Length: 8-9.
phone_number*StringOwner's cellphone number. Do not include country area code. Do not support special characters.

Length: 9.
email*StringOwner's email.

Length: 50.
nationality*StringOwner's nationality country code. ISO 3166-1 alpha-2-code.

Length: 2.
birth_date*StringOwner's birth date. YYYY-MM-DD. Users must be over 18 years old.

Length: 10.
ip_address*StringOwner's IP address.

Length: 40.
terms_and_conditions_accepted*BooleanAccount's terms and conditions.

Length: 5.
address*Address ObjectOwner's address.
employment*Employment ObjectOwner's employment information.

Address object

PropertyTypeDescription
country*StringOwner's country code. ISO 3166-1 alpha-2-code. (PE).

Length: 2.
region*StringOwner's address region code.

Length: 2.
state*StringOwner's address state code.

Length: 3.
city*StringOwner's address city code.

Length: 4.
street*StringOwner's address street.

Length: 30.
house_numberStringOwner's house number (floor, apartment).

Length: 20.
street2StringAdditional information on street.

Length: 100.
zip_codeStringOwner's address ZIP code.

Length: 5.

Employment object

PropertyTypeDescription
occupation_type*IntegerAccount owner's employment or work activity type. Check occupation type table below.
companyStringEmployment's name.

It is a required field if occupation_type = 1

Length: 32 chr.

Example request

{
  "owner": {
    "first_name": "Sigrid",
    "last_names": "Rempel",
    "birth_date": "2004-07-01",
    "email": "[email protected]",
    "phone_number": "918902827",
    "document": "123456710",
    "expedition_date": null,
    "document_type": "CE",
    "nationality": "PE",
    "ip_address" : "127.0.0.1",
    "employment" : {
        "occupation_type" : 1,
        "company" : "Dlocal"
    },
    "address": {
      "country": "PE",
      "city": "1",
      "state": "1",
      "region": "1",
      "street": "739 Madaline Common"
    },
    "terms_and_conditions_accepted": true
  },
  "account_reference": "92076-105841"
}
{
  "owner": {
    "first_name": "Sigrid",
    "last_names": "Rempel",
    "birth_date": "2004-07-01",
    "email": "[email protected]",
    "phone_number": "918902827",
    "document": "123456710",
    "expedition_date": null,
    "document_type": "CE",
    "nationality": "PE",
    "ip_address" : "127.0.0.1",
    "employment" : {
        "occupation_type" : 1,
        "company" : "Dlocal"
    },
    "address": {
      "country": "PE",
      "city": "1",
      "state": "1",
      "region": "1",
      "street": "739 Madaline Common"
    },
    "terms_and_conditions_accepted": true
  },
  "account_reference": "92076-105841"
},
    "account_id": "ISGA-4-6e74c2ad431d4aa6a1be66bbeb55989f",
    "currency": "PEN",
    "status": "ACTIVE",
    "status_code": "300",
    "status_detail": "The account is active",
    "creation_date": "2021-11-24T15:03:09.518Z",
    "cards": []
}

Document type

TypeDescriptionLength
DNIDocumento Nacional de IdentidadNumeric 8.
CECarné de ExtranjeríaNumeric 9.

Occupation types

Find the occupation types here:

IDDescription
1DEPENDENCY RELATIONSHIP
2SELF-EMPLOYED
3STUDENT

Peru Location's Catalogue

Download the table in xlsx version.