Guatemala

Document TypeDescriptionLengthTypeMandatory for methodsExample

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

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" :"3463426000101", 
        "type" :"CUI"
    },
    "country" : "GTM"
}

Validate IDs through the LP api:

Check the Country ISOCode 3:

Last updated