This object is used to check the availability of a service station and retrieve details to display on the Nayax device before initiating a transaction. It's sent after a successful StartSession response to gather information for the POS device.
The unique serial number of the hardware terminal, used to identify the Nayax device.
255The unique ID of the vending machine or terminal, as configured in the Nayax system.
The unique transaction ID assigned by Spark for the open session. This ID is provided in the /StartSession and /StartAuthentication responses and must be used for all subsequent calls within the same transaction lifecycle.
The estimated amount for the session, to be displayed on the terminal. This value is used for Pre-Authorization and Pre-Selection flows to provide the consumer with a transaction estimate.
The identifier for the selected service station or point of interaction. This parameter is included when the Nayax device is configured to support multiple service points.
The ID of the site where the transaction originated. This value helps the Nayax Engine route the transaction to the correct location.
Success
The response object for the InfoQuery API, providing status, availability, and display information to the Nayax device before a transaction begins.
The unique transaction ID from the original request.
The unique serial number of the Nayax hardware terminal.
255The unique identifier for the machine or device.
The ID of the site where the terminal is operating.
Identifies the selected service station or point of interaction number. This parameter is provided by Nayax when the device supports multiple service points.
The availability status of the service station. A value of 1 indicates it's Available, 2 means Busy, and 3 signifies Out of Service.
A custom message to be displayed on the terminal screen, formatted as a semicolon-delimited string.
The estimated total amount for the session, in major currency units.
An object containing the verdict of the availability check and a descriptive message.