Honduras

Below you will see the fields designated for the country Honduras

Document validations

Document Type
Description
Length
Data Type
Verification digit
Mandatory for methods
Document ID Example
RTN
Registro Tributario Nacional
14
Numeric
-
  • Credit Card
  • Debit Card
08012000109074

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).
Example: RTN
Valid ID Response
{
"document": {
"id" :"08012000109074",
"type" :"RTN"
},
"country" : "HND"
}
{
"code": "200",
"description": "Valid id and type document"
}
Validate IDs through the LP api:

Check the Country ISOCode 3:

Last modified 1mo ago