Comment on page
Guatemala
Document Type | Description | Length | Type | Mandatory for methods | Example |
---|---|---|---|---|---|
CUI | Código Unico de Identificación | 13 | Numeric | Bank Transfer | 3463426000101 |
NIT | Número de Identificación Tributaria | 7-11 | Alphanumeric | Bank Transfer | 36029785 576937-K |
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: CUI
Example: NIT
Valid ID Response
{
"document": {
"id" :"3463426000101",
"type" :"CUI"
},
"country" : "GTM"
}
{
"document": {
"id" :"36029785",
"type" :"NIT"
},
"country" : "GTM"
}
{
"code": "200",
"description": "Valid id and type document"
}
Validate IDs through the LP api:
Last modified 3mo ago