Intelligent search powered by OpenAIÂ
PATCH
400Error.
unsupported_site
Invalid site for this request. The only available locations/sites are Argentina, Brazil, Chile and Mexico. Check the sent Access Token and try to execute the request again.
invalid_payload
Invalid payload. Check the sent fields and try to make the request again.
403Error.
terminal_not_allowed_action
The terminal identified in the "id" field is not allowed to perform this action. The only terminals allowed for this request are "PAX_A910" y "NEWLAND_N950".
store_pos_not_found
The point of sale associated with the terminal could not be found. Please check the returned message and try submitting the request again.
404Error.
not_found
Resource not found. Validate the parameters sent and try the request again.
424Error.
internal_error
Internal error. Please check the returned message and try submitting your request again.
502Error.
internal_error
Internal error. Please check the returned message and try submitting your request again.
504Error.
internal_error
Internal error. Please check the returned message and try submitting your request again.
curl -X PATCH \
'https://api.mercadopago.com/terminals/v1/setup'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TEST-7434*********159-03141*********cee51edf8*********f94f589-1*********' \
-d '{
"terminals": [
{
"id": "PAX_A910__SMARTPOS1234345545",
"operating_mode": "PDV | STANDALONE "
}
]
}'
{
"terminals": [
{
"id": "PAX_A910__SMARTPOS1234345545",
"operating_mode": "âPDVâ | âSTANDALONEâ "
}
]
}