/v1/identification_types
BASE URI https://api.mercadopago.com/v1/identification_types
HTTP Request
curl
curl -X GET \
'https://api.mercadopago.com/v1/identification_types' \
-H 'Authorization: Bearer ACCESS_TOKEN_ENV'
Request Params
ParameterTypeDescription
id
String
Identificador de tipo de identificación.
name
String
Nombre de tipo de identificación.
type
String
Tipo de dato del número de identificación.
min_length
number
Mínima longitud del número de identificación.
max_length
number
Máxima longitud del número de identificación.
Error Codes
CodeDescription
400 BAD_REQUEST
1001
No se ha encontrado una Public_key.
401 UNAUTHORIZED
1000
Las credenciales son requeridas.
404 NOT_FOUND
1004
No se ha encontrado el tipo de identificación.