A message or a logo can be displayed on a PIN pad in idle state. This can be done in 3 ways.
lane/pinpad/idleScreen/message
node in the lanes section to display an idle message for a specific PIN pad. If this node is empty, the triPOS logo will be displayed on the PIN pad. If this node does not exist on a PIN pad configuration, the pinPadIdleMessage will be used for that PIN pad.lane/pinpad/idleScreen/image
node in the lanes section to display a custom idle image for a specific PIN pad. If this node is present but empty, the rules of the lane/pinpad/idleScreen/message
node will be followed. Note: Currently NOT supported on Linux.
lane/pinpad/idleScreen/image
node must only contain the name of the image that is located inside the triPOS installation directory.
The pinPadIdleMessage
value can also be set by using the /api/v1/configuration/application
endpoint. See documentation for details.
The following table shows the values of the 3 different settings and what would display on the PIN pad idle screen.
application/pinPadIdleMessage | pinpad/idleScreen/message in each lane config |
pinpad/idleScreen/image in each lane config |
PIN pad idle screen |
---|---|---|---|
"Welcome to my store" | "This is lane number 1" | vantiv.png | ![]() |
(Empty) or (No image tag) | This is lane number 1 | ||
(Empty) | vantiv.png | ![]() |
|
(Empty) or (No image tag) | ![]() |
||
(No idleMessage tag) | vantiv.png | ![]() |
|
(Empty) or (No image tag) | Welcome to my store | ||
(Empty) or (No idleMessage tag) | "This is lane number 1" | vantiv.png | ![]() |
(Empty) or (No image tag) | This is lane number 1 | ||
(Empty) | vantiv.png | ![]() |
|
(Empty) or (No image tag) | ![]() |
||
(No idleMessage tag) | vantiv.png | ![]() |
|
(Empty) or (No image tag) | ![]() |