You can show an image on the display of the payment terminal, for example an advertisement, or a special offer that is generated by your POS app. By showing an image, you can use your terminal to increase shopper loyalty, or for marketing purposes.
The image can be a PNG, JPEG, GIF, or BMP file that you convert to Base64.
The terminal shows the image during the time you set in the request. If you do not set a time-out, the image continues to be shown until you send another request. For example, a payment request, a request for a different image, or a request to show the standby screen.
The following illustrations show an image on a portrait, small portrait, and landscape display.



Security
The terminal never runs or stores an image that it receives. The terminal only decodes the image, to be able to show it on the display.
Make a display request for an image
-
Convert a PNG, JPEG, GIF, or BMP image file to Base64.
-
Make a POST Terminal API request, specifying:
-
The standard
SaleToPOIRequest.MessageHeaderobject, withMessageClassset to Device andMessageCategoryset to Display.Parameter Required Description ProtocolVersion
3.0 MessageClass
Device MessageCategory
Display MessageType
Request ServiceID
Your unique ID for this request, consisting of 1-10 alphanumeric characters. Must be unique within the last 48 hours for the terminal ( POIID) being used.SaleID
Your unique ID for the POS system component to send this request from. POIID
The unique ID of the terminal to send this request to. Format: [device model]-[serial number].
-
DisplayRequest.DisplayOutput: an array with one item containing:
Parameter Description DeviceCustomerDisplay InfoQualifyDisplay MinimumDisplayTimeThe number of seconds that the image is shown.
If you omit this parameter, the terminal shows the image until you send another request, for example, a request to show the standby screen.OutputContent.OutputFormatMessageRef OutputContent.PredefinedContent.ReferenceIDImage OutputContent.OutputTextAn array with a Textparameter containing the image as a Base64-encoded string.
If an error occurs while decoding the image, the image won't be shown.
If the request is successful, you receive a display response with:OutputResult.Response.Result: Success
-