Display 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

If a previous payment has been made then there could be a remaining amount that the customer still owes. For this to be displayed there must be at least one DisplayPayment in the payments array. The provided amounts are not calculated in anyway and must be passed exactly as intended to be displayed.

discounts
array of objects

An array of discounts that lower the cost of the order.

discounts
lineItems
array of objects

An array of individual items that make up the order.

lineItems
payments
array of objects

An array of processed payments already applied to the order.

payments
string

An additional charge applied to the order for extra services provided.

string

Descriptive title that informs the customer of what extra services are included in the order.

string

The total before tax, surcharges, order discounts and other things are included.

string

An amount of the order that will be ear marked for paying government taxes.

string

The sum of all line items, amounts, discounts, taxes, surcharges and anything else.

Headers
string
required

Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <AppName>/<Version> <Comment>

string
required

The Clover device to route the request to.

string
required

An identifier for the POS making the request.

integer
0 to 300

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.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json