Retrieves a filtered list of Terminal action requests created by the account making the request.
Open in API Reference
A pagination cursor returned by a previous call to this endpoint. Provide this 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.
''
Limit the number of results returned for a single request.
Queries terminal actions based on given conditions and sort order. Leaving this unset will return all actions with the default sort order.
Options for filtering returned TerminalActions
TerminalAction
Time range for the beginning of the reporting period. Inclusive. Default value: The current time minus one day. Note that TerminalActions are available for 30 days after creation.
TerminalActions associated with a specific device. If no device is specified then all TerminalActions for the merchant will be displayed.
Filter results with the desired status of the TerminalAction Options: PENDING, IN_PROGRESS, CANCEL_REQUESTED, CANCELED, COMPLETED
PENDING
IN_PROGRESS
CANCEL_REQUESTED
CANCELED
COMPLETED
Filter results with the requested ActionType.
Option for sorting returned TerminalAction objects.
// No response received yet.