v1
latestOpenAPI 3.0.12026-07-242871595.3 MBDisplay an order
Displays the order screen on the idle terminal. The values passed in this request are used as is. They are not used in any calculations, updating of existing order. This is strictly a UI request that shows a helpful screen to customers to show them what they are purchasing before starting a payment request.
Headers
Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <AppName>/<Version> <Comment>
The Clover device to route the request to.
An identifier for the POS making the request.
The amount of time, in seconds, that this operation will process before timing out. A value of 0 indicates no timeout will be enforced by Remote Pay, although protocol specified timeouts may still apply.
Request body
Example request
{
"discounts": [
{
"amount": "10%",
"name": "Student"
}
],
"lineItems": [
{
"name": "Item 1",
"price": "$1.00"
},
{
"name": "Item 2",
"price": "$2.00"
}
],
"subtotal": "$2.70",
"tax": "$0.18",
"total": "$2.88"
}Response
The display order screen was displayed to the customer.