Búsqueda inteligente powered by OpenAIÂ
Obtener 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.
Solicitud
curl -X GET \
'https://api.mercadopago.com/v1/identification_types'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TEST-5599*********291-02171*********139a4791e*********f7f5835-1*********' \
Respuesta de ejemplo
[
{
"id": "CPF",
"name": "CPF",
"type": "number",
"min_length": 11,
"max_length": 11
}
]