Costa Rica

Below you will see the fields designated for the Costa Rica

Document validations

Document TypeDescriptionLengthData TypeVerification digitMandatory for methodsDocument ID Example

RUT

Registro Único Tributario

10

Numeric

-

  • Credit Card

  • Debit Card

1533470188

CI

Cedula de Identidad

9 - 11

Numeric

  • Credit Card

  • Debit Card

114712748

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). To validate Chilean documents through the API, you can add or omit the dots, hyphens, and lowercase/uppercase.


{
    "document": {
        "id" :"1111111111", 
        "type" :"RUT"
    },
    "country" : "CRI"
}

Validate IDs through the LP api:

Check the Country ISOCode 3:

Last updated