# Tipos de identificación

### COLOMBIA 🇨🇴

| **Código** | **Correspondencia**                 |
| ---------- | ----------------------------------- |
| CC         | Cédula de ciudadania                |
| CE         | Cédula de extranjería               |
| PP         | Pasaporte                           |
| NIT        | Número de Identificación Tributaria |

### COSTA RICA  🇨🇷

<table data-header-hidden><thead><tr><th>Código</th><th>Correspondencia</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Código</strong></td><td><strong>Correspondencia</strong></td><td></td></tr><tr><td>CEDULA DE IDENTIDAD</td><td>Cédula de Identidad</td><td></td></tr></tbody></table>

### ECUADOR 🇪🇨

| **Código** | **Correspondencia**                  |
| ---------- | ------------------------------------ |
| DNI        | Documento Nacional de Identificación |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.payvalida.com/api-tarjeta/master/transaccion/tipos-de-identificacion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
