GET devices/key/settings

GET /api/v2/paymentengine/devices/:devicekey:/settings

Retrieves the current device settings.

Example Request

curl --basic --user APIKEY:PINHASH \
https://EBizCharge.com/api/v2/paymentengine/devices/sa_CCpRfLbkYXNV9rVLdRGvPjwf6ytgN/settings

Response

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 Response

{
    "timeout":30,
    "enable_standalone":false,
    "share_device":true
}