Get POS/pos/{id}Check all the information of a Point of Sale with the ID of the POS you want.
GET
Products that use it:
Request's parameters
idstring
Localization: pathPOS IdREQUIRED
Response parameters
id
Localization: bodyPOS identifier, numerical and self-generated.string
qr
Localization: bodyobject
status
Localization: bodystring
date_created
Localization: bodystring
Request
curl
curl -X GET \
'https://api.mercadopago.com/pos/{id}' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
Answer
json
{
"id": 1988157,
"qr": {
"image": "https://www.mercadopago.com/instore/merchant/qr/2852128/c955a5618d874e998c8399e3515fed3a00b8cc0ca401448ca56e2f2e18f4ba68.png",
"template_document": "https://www.mercadopago.com/instore/merchant/qr/2852128/template_c955a5618d874e998c8399e3515fed3a00b8cc0ca401448ca56e2f2e18f4ba68.pdf",
"template_image": "https://www.mercadopago.com/instore/merchant/qr/2852128/template_c955a5618d874e998c8399e3515fed3a00b8cc0ca401448ca56e2f2e18f4ba68.png"
},
"status": "active",
"date_created": "2019-09-03T13:13:54.000-04:00",
"date_last_updated": "2020-09-30T08:38:58.000-04:00",
"uuid": "c955a5618d874e998c8399e3515fed3a00b8cc0ca401448ca56e2f2e18f4ba68",
"compatible_id": "4be87a269a7b863fd043658d2a0d7b3fa2f32334138ff651e2408d3f8191d6c9f67a4dc297e9efc70d1adfbb31f7c21c29c9059ac905a359e39114c9871afef9",
"user_id": 329653108,
"name": "POS001",
"fixed_amount": false,
"external_id": "SUC001POS002",
"site": "MLB",
"qr_code": "00020101021226940014BR.GOV.BCB.PIX2572pix-qr-h.mercadopago.com/instore/h/p/v2/c955a5618d874e998c8399e3515fed3a43520016com.mercadolibre0128https://mpago.la/pos/28521285204000053039865802BR5924VICTOR CORREA DE ALMEIDA6008CAMPINAS62070503***6304367C"
}
Errors
400bad_request
INVALID_POS_ID
INVALID_EXTERNAL_IDThe EXTERNAL_ID field must be alphanumeric, only letters and numbers. No spaces or hyphens, or special characters.
EXTERNAL_ID_TOO_LONGThe EXTERNAL_ID must be less than 40 characters.
404bad_request
1If the POS does not exist for an indicated ID or EXTERNAL_ID and user.