El Salvador

Below you will see the fields designated for country El Salvador

Document validations

Document TypeDescriptionLengthData TypeVerification digitMandatory for methodsDocument ID Examples

NIT

Número de identificación tributaria

14

Numeric

-

-

0614–110289–101–0

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" :"0614–110289–101–0", 
        "type" :"NIT"
    },
    "country" : "SLV"
}

Validate IDs through the LP api:

Check the Country ISOCode 3:

Last updated