Comment on page
El Salvador
Below you will see the fields designated for country El Salvador
Document Type | Description | Length | Data Type | Verification digit | Mandatory for methods | Document ID Examples |
---|---|---|---|---|---|---|
NIT | Número de identificación tributaria | 14 | Numeric | - | - | 0614–110289–101–0 |
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).
Example NIT
Valid ID Response
{
"document": {
"id" :"0614–110289–101–0",
"type" :"NIT"
},
"country" : "SLV"
}
{
"code": "200",
"description": "Valid id and type document"
}
Validate IDs through the LP api:
Last modified 3mo ago