Dominican Republic

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

Document validations

Document TypeDescriptionLengthData TypeVerification digitMandatory for methodsDocument ID Example

CE

Cédula de identidad y electoral

11 - 13

Character

Last digit

  • Credit Card

  • Debit Card

001-1568441-7

PASS

Pasaporte

5 - 12

Characters

-

  • Credit Card

  • Debit Card

PAD683357

RNC

Registro Nacional de Contribuyentes

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