Display the welcome screen
United States
Canada
Europe
The welcome screen is intended to display once the transaction is complete and the customer is done interacting with the device. Use the /v1/device/welcome
endpoint to display the welcome screen.
IMPORTANT
It is important to end each customer transaction with either a Welcome or Thank You screen. Otherwise, the spinning icon will display on the screen until another action is taken.
Prerequisites
The point of sale (POS) is connected to the device using a network or cloud connection.
Steps
- Send an empty POST request to the
/v1/device/welcome
endpoint. - Required. Include the required headers for your request.
The welcome screen displays on the device, and an empty JSON object is returned.
The welcome message remains on the screen until you take another action.
Updated 12 months ago