Intelligent search powered by OpenAI
Change operating mode
PATCH
Products that use it:
Request's parameters
PATH
device-id
identifier of the device that will have a payment intent queuedstring
REQUIRED
BODY
operating_mode
string
REQUIRED
PDV: Point of Sale, integrated mode with the API.
STANDALONE: Default device configuration. Mode not integrated with the API.
Response parameters
operating_mode
string
REQUIRED
PDV: Point of sale, integrated mode with the API.
STANDALONE: Default device configuration. Mode not integrated with the API.
Errors
400Error
400
Bad-Request - Device id incorrect format
403Error
403
Unauthorized - User not logged into the device
500Error
500
Internal server error
Did you find this information useful?
Yes
Not
Request
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"
}'
Sample answer
{
"operating_mode": "PDV"
}