/pos
BASE URI https://api.mercadopago.com/pos
HTTP Request
curl
curl -X GET \
'https://api.mercadopago.com/pos' \
-H 'Authorization: Bearer PROD_ACCESS_TOKEN'
Request Params
ParameterTypeDescription
category
Long
Código MCC que indica el rubro del Punto de Venta. Si no se especifica, queda como categoría genérica.
Argentina
Gastronomía - 621102
Petrolera - 473000
Petrolera - 473000
Brasil
Gastronomía - 5611203
Petrolera - 4731300
Petrolera - 4731300
Mexico
Gastronomía - 5812
Petrolera - 468419
Petrolera - 468419
Colombia
Gastronomía - 5611
Petrolera - 4731
Petrolera - 4731
Peru
Gastronomía - 5520
Petrolera - 5050
Petrolera - 5050
Uruguay
Gastronomía - 56101
Petrolera - 47300
Petrolera - 47300
Chile
Gastronomía - 561000
Petrolera - 473001
Petrolera - 473001
store_id
String
Identificador de la sucursal a la que pertenece el Punto de Venta.
external_store_id
String
External_id de la sucursal a la cual pertenece la caja, definido por el integrador. (Obligatorio)
external_id
String
Identificador único de la caja definido por el integrador.
HTTP Response
json
{
"paging": {
"total": 2,
"offset": 0,
"limit": 0
},
"results": [
{
"user_id": 446566691,
"name": "Caja Principal",
"fixed_amount": true,
"category": 621102,
"store_id": "12345678",
"external_id": "CAJA001",
"id": 1988157,
"qr": {
"image": "https://www.mercadopago.com/instore/merchant/qr/1988157/1f1da6401a4645e99fa21d3f4ffe0e702c4eab2209784fce9d45c83fa93bd5a7.png",
"template_document": "https://www.mercadopago.com/instore/merchant/qr/1988157/template_1f1da6401a4645e99fa21d3f4ffe0e702c4eab2209784fce9d45c83fa93bd5a7.pdf",
"template_image": "https://www.mercadopago.com/instore/merchant/qr/1988157/template_1f1da6401a4645e99fa21d3f4ffe0e702c4eab2209784fce9d45c83fa93bd5a7.png"
},
"date_created": "2019-06-24T09:31:56.000-04:00",
"date_last_updated": "2019-08-07T17:07:26.000-04:00",
"external_store_id": "SUC001"
},
{
"user_id": 446566691,
"name": "Caja Secundaria",
"fixed_amount": true,
"category": 473000,
"store_id": "12345678",
"external_id": "CAJA002",
"id": 1988156,
"qr": {
"image": "https://www.mercadopago.com/instore/merchant/qr/1988157/1f1da6401a4645e99fa21d3f4ffe0e702c4eab2209784fce9d45c83fa93bd5a7.png",
"template_document": "https://www.mercadopago.com/instore/merchant/qr/1988157/template_1f1da6401a4645e99fa21d3f4ffe0e702c4eab2209784fce9d45c83fa93bd5a7.pdf",
"template_image": "https://www.mercadopago.com/instore/merchant/qr/1988157/template_1f1da6401a4645e99fa21d3f4ffe0e702c4eab2209784fce9d45c83fa93bd5a7.png"
},
"date_created": "2019-06-24T09:31:56.000-04:00",
"date_last_updated": "2019-08-07T17:07:26.000-04:00",
"external_store_id": "SUC001"
}
]
}
Error Codes
CodeDescription
400 BAD_REQUEST
INVALID_CATEGORY
El campo CATEGORY debe ser numérico.
INVALID_STORE_ID
El campo STORE_ID debe ser numérico.
INVALID_EXTERNAL_STORE_ID
El campo EXTERNAL_STORE_ID debe ser String.
INEXISTENT_EXTERNAL_STORE_ID
El campo EXTERNAL_STORE_ID no hace referencia a una sucursal existente.
INVALID_EXTERNAL_ID
El campo EXTERNAL_ID debe ser alfanumérico, solo letras y números. Sin espacios ni guiones, ni caracteres especiales.
EXTERNAL_ID_TOO_LONG
El campo EXTERNAL_ID debe ser menor a 40 caracteres.
INVALID_LIMIT
El campo LIMIT debe ser numérico.
INVALID_OFFSET
El campo OFFSET debe ser numérico.