Device Settings

Get Device Settings

get

Retrieve the device configuration settings associated with a terminal.

Header parameters
api-keystringRequired

An access API key issued to you by Xplor Pay.

Responses
get
/rest/v2/settings/terminal/device

Create Device Settings

post

Create the device configuration settings for a terminal.

Header parameters
api-keystringRequired

An access API key issued to you by Xplor Pay.

Body

Contains the terminal device configuration settings.

manufacturerstring · enumOptional

Name of the device manufacturer associated with the terminal.

Example: textPossible values:
enabledboolean · enumOptional

Indicates whether the device configuration are enabled for terminals (true) or disabled (false).

Example: truePossible values:
device-api-keystringOptional

API key used to authenticate and associate the device with the system.

Example: text
Responses
post
/rest/v2/settings/terminal/device

Update Device Settings

put

Update the existing device settings for a terminal.

Header parameters
api-keystringRequired

An access API key issued to you by Xplor Pay.

Body

Contains the terminal device configuration settings.

manufacturerstring · enumOptional

Name of the device manufacturer associated with the terminal.

Example: textPossible values:
enabledboolean · enumOptional

Indicates whether the device configuration are enabled for terminals (true) or disabled (false).

Example: truePossible values:
device-api-keystringOptional

API key used to authenticate and associate the device with the system.

Example: text
Responses
put
/rest/v2/settings/terminal/device

Delete Device Settings

delete

Delete the existing device settings for a terminal.

Header parameters
api-keystringRequired

An access API key issued to you by Xplor Pay.

Responses
delete
/rest/v2/settings/terminal/device

Last updated

Was this helpful?