Intelligent search powered by OpenAI
PATCH
REQUIRED
REQUIRED
REQUIRED
400Error. device_id format unexpected.
103
The value sent for the device_id is not correct. Check the value corresponding to the desired device and try again.
403Error. Device is not allowed to perform this action.
113
The device type declared in the device_id is incorrect or invalid. Check the value of the device_id that declares the device type and try again, considering that the structure of the 'device_id' field is "type of device + “__” + device serial".
404Error. User device configuration, not found.
not_found
The device serial number declared in the device_id is incorrect or invalid. Check the value of the device_id that declares the device serial number and try again, considering that the structure of the 'device_id' field is "type of device + “__” + device serial".
500Internal error.
500
Internal error. Please try submitting the request again.
curl -X PATCH \
'https://api.mercadopago.com/point/integration-api/devices/{device_id}'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TEST-8971*********918-01191*********5874530a4*********4799fdf-1*********' \
-d '{
"operating_mode": "PDV"
}'
{
"operating_mode": "PDV"
}