Paraguay

Type of ID DescriptionID for individuals and/or legal entitiesLengthVariable LengthTypeMandatory for methodsExample

CI

Cedula de Identidad

Individual Entity

7

Not

Numeric

  • Bank Transfer

  • Credit Card

  • Debit Card

1234567

RUC

Registro Unico de Contribuyentes

Legal Entities

9

Not

Numeric

  • Bank Transfer

  • Credit Card

  • Debit Card

12345678

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" :"1234567", 
        "type" :"CI"
    },
    "country" : "PRY"
}

Validate IDs through the LP api:

Check the Country ISOCode 3:

Last updated