Returns a filtered list of Terminal checkout requests created by the application making the request.
Open in API Reference
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query. See Pagination for more information.
A string that contains no characters. In an API request this value will appear as ''. Can be used to remove a field’s value.
''
Limits the number of results returned for a single request.
Queries Terminal checkouts based on given conditions and the sort order. Leaving these unset returns all checkouts with the default sort order.
Options for filtering returned TerminalCheckout objects.
TerminalCheckout
The time range for the beginning of the reporting period, which is inclusive. Default value: The current time minus one day. Note that TerminalCheckouts are available for 30 days after creation.
A datetime value in RFC 3339 format indicating when the time range ends.
A datetime value in RFC 3339 format indicating when the time range starts.
The TerminalCheckout objects associated with a specific device. If no device is specified, then all TerminalCheckout objects for the merchant are displayed.
Filtered results with the desired status of the TerminalCheckout. Options: PENDING, IN_PROGRESS, CANCELED, COMPLETED
Option for sorting returned TerminalCheckout objects.
The order in which results are listed. Default: DESC
DESC
// No response received yet.