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
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
processingTerminalId
Unique identifier that we assigned to the terminal.
model
Type or model of the device.
Response
Successful request. Returns the device configuration details.
model
Type or model of the device.
manufacturer
Company that manufactured the device.
supportsMagStripe
Indicates if the device can run swiped transactions.
supportsIcc
Indicates if the device can read chip cards.
supportsKeyed
Indicates if the device can run keyed transactions.
supportsContactless
Indicates if the device can run contactless transactions.
supportsPinEntry
Indicates if the device can accept PIN entry.
supportsOutputPrinting
Indicates if the device can print receipts.
supportsOutputDisplaying
Indicates if the device can display information on a screen.
supportsAttended
Indicates if a clerk must operate the device.
supportsUnattended
Indicates if the device can operate without a clerk present.
applications
Array of emvApplication objects. Each object contains information about an EMV application supported by the device.
certificates
Array of emvCertificate objects. Each object contains information about an EMV certificate used by the device.
revokedCertificates
Array of emvCertificate objects. Each object contains information about a revoked EMV certificate.
visualAssets
Array of visualAsset objects. Each object contains information about a visual asset that the device displays.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
500
Internal Server Error