Obtener tipos de documentoshttps://api.mercadopago.com/v1/identification_types
Consulta todos los tipos de documentos disponibles por paÃs y obtén un listado con el ID y detalle de cada uno
GET
Request parameters
Response parameters
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
Errors
400Error
1001
Public_key not found.
401Error
1000
The credentials are required.
404Error
1004
Identification types not found.
Request
curl -X GET \
'https://api.mercadopago.com/v1/identification_types'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer APP_USR-8*********932064-12*********edf6d3c99*********2236c703f*********668' \
Response
[
{
"id": "CPF",
"name": "CPF",
"type": "number",
"min_length": 11,
"max_length": 11
}
]