Retrieve processing terminal
Important: You can retrieve a processing terminal only if the terminal order was created using the Payroc API.
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
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.