PUT devices/key/settings
PUT /api/v2/paymentengine/devices/:devicekey:/settings
Updates the device settings. These settings change the behavior of the device. If a setting is not included in the request, it will not be updated.
Request Parameters
Variable | Description |
---|---|
timeout | Transaction timeout, how long to wait for transaction authorization to complete. |
enable_standalone | Allows transactions to be initiated from terminal (if supported). |
share_device | If set to true, this allows a device to be used by other merchants. If false, only the merchant associated with the apikeyid may send transactions to device. |
Example Request
curl --basic --user APIKEY:PINHASH \
-X POST \
-H "Content-Type: application/json" \
-d '{"share_device":true}' \
https://EBizCharge.com/api/v2/paymentengine/devices/sa_p7wyCLbGgGtPyDE12U9zHJy3pg6WO/settings
Response Variables
The response is the standard GET device response.