processingTerminals

Retrieve a device configuration

Use this method to retrieve configuration details for a device associated with a processing terminal.

Our gateway returns the following details about the configuration:

  • Supported features
  • Applications
  • Certificates and revoked certificates
  • Visual assets
get/processing-terminals/{processingTerminalId}/device-configurations/{model}

Path parameters

processingTerminalIdstring required

Unique identifier that we assigned to the terminal.

modelstring required

Type or model of the device.

Headers

Authorizationstring required

Bearer authentication

Response

Successful request. Returns the device configuration details.

modelstring required

Type or model of the device.

manufacturerstring

Company that manufactured the device.

supportsMagStripeboolean

Indicates if the device can run swiped transactions.

supportsIccboolean

Indicates if the device can read chip cards.

supportsKeyedboolean

Indicates if the device can run keyed transactions.

supportsContactlessboolean

Indicates if the device can run contactless transactions.

supportsPinEntryboolean

Indicates if the device can accept PIN entry.

supportsOutputPrintingboolean

Indicates if the device can print receipts.

supportsOutputDisplayingboolean

Indicates if the device can display information on a screen.

supportsAttendedboolean

Indicates if a clerk must operate the device.

supportsUnattendedboolean

Indicates if the device can operate without a clerk present.

Changes