Retrieve processing terminal
Use this method to retrieve information about a processing terminal.
To retrieve a processing terminal, you need its processingTerminalId. Our gateway returned the processingTerminalId in the response of the Create Terminal Order method.
Note: If you don’t have the processingTerminalId, use our Retrieve Terminal Order method or our List Processing Terminals method to search for the processing terminal.
Our gateway returns the following information about the processing terminal:
- Status indicating whether the terminal is active or inactive.
- Configuration settings, including gateway settings and application settings.
- Features, receipt settings, and security settings.
- Devices that use the processing terminal’s configuration.
Path parameters
processingTerminalId
Unique identifier that we assigned to the terminal.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful request. Returns the processing terminal.
processingTerminalId
Unique identifier that we assigned to the processing terminal.
status
Indicates if the processing terminal is active.
Allowed values:
timezone
Time zone of the processing terminal.
batchClosure
Object that contains information about when and how the terminal closes the batch.
applicationSettings
Object that contains the application settings for the solution.
features
Object that contains the feature settings for the terminal.
program
Name of the product and its setup.
gateway
Object that contains the gateway settings for the solution.
taxes
Array of tax objects that contains the taxes that apply to the merchant's transactions.
security
Object that contains the tokenization settings and AVS settings for the terminal.
receiptNotifications
Object that indicates if the terminal can send email receipts or text receipts.
devices
Array of device objects. Each object contains information about a device using the processing terminal's configuration.