¿Qué documentación quieres buscar?
ÂżNo sabes cĂłmo empezar la integraciĂłn?Â
Accede a los primeros pasosObtener tipos de documentos
GET
Productos que lo utilizan:
ParĂĄmetros para la solicitud
ParĂĄmetros de respuesta
id
Identificador de tipo de identificaciĂłnstring
name
Nombre de tipo de identificaciĂłnstring
type
Tipo de dato del nĂșmero de identificaciĂłnstring
min_length
MĂnima longitud del nĂșmero de identificaciĂłnnumber
Errores
400Error
1001
Public_key not found.
401Error
1000
The credentials are required.
404Error
1004
Identification types not found.
ÂżTe sirviĂł esta informaciĂłn?
SĂ
No
Solicitud
curl -X GET \
'https://api.mercadopago.com/v1/identification_types'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TEST-7434*********159-03141*********cee51edf8*********f94f589-1*********' \
Respuesta de ejemplo
[
{
"id": "CPF",
"name": "CPF",
"type": "number",
"min_length": 11,
"max_length": 11
}
]