Retrieve processing terminal

Use this method to retrieve the configuration for a processing terminal. The configuration includes the terminal’s settings and details about how our gateway should handle transactions. To get a processingTerminalId, go to Retrieve Terminal Order or List Processing Terminals.

Note: If you want to retrieve the processor configuration for the processing terminal, go to Retrieve Host Configuration.

Path parameters

processingTerminalIdstringRequired>=4 characters<=50 characters
Unique identifier that we assigned to the terminal.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful request. Returns the processing terminal.
processingTerminalIdstring
Unique identifier that our gateway assigned to the terminal.
statusenum
Indicates if the processing terminal is active.
Allowed values:
timezoneenum
Time zone of the processing terminal.
batchClosureobject
Object that contains information about when and how the terminal closes the batch.
featuresobject
Object that contains the feature settings for the terminal.
programstringOptional<=50 characters
Name of the product and its setup.
gatewayobjectOptional
Object that contains the gateway settings for the solution.
applicationSettingsobjectOptional
Object that contains the application settings for the solution.
taxeslist of objectsOptional
Array of tax objects that contains the taxes that apply to the merchant's transactions.
securityobjectOptional
Object that contains the tokenization settings and AVS settings for the terminal.
receiptNotificationsobjectOptional
Object that indicates if the terminal can send email receipts or text receipts.
deviceslist of objectsOptional

Errors