Dominican Republic

Below you will see the fields designated for the country Dominican Republic

Document validations

Document TypeDescriptionID for individuals and/or legal entitiesLengthData TypeVerification digitMandatory for methodsDocument ID Example

CE

Cédula de identidad y electoral

Individual Entity

11 - 13

Character

Last digit

  • Credit Card

  • Debit Card

001-1568441-7

PASS

Pasaporte

Individual Entity

2-20

Characters

-

  • Credit Card

  • Debit Card

AD1234569

123456789 REWT56987456

RNC

Registro Nacional de Contribuyentes

Legal Entities

9

Numeric

Last digit

  • Credit Card

  • Debit Card

401-50625-4

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": {
                "type": "RNC",
                "id": "401-50625-4"
            },
    "country" : "DOM"
}

Validate IDs through the LP api:

Check the Country ISOCode 3:

Last updated