List terminal orders
Use this method to return a paginated list of terminal orders associated with a processing account.
Note: If you want to view the details of a specific terminal order and you have its terminalOrderId, use our Retrieve Terminal Order method.
Use the query parameters to filter the list of results that we return, for example, to search for terminal orders by their status.
To list the terminal orders for a processing account, you need its processingAccountId. If you don't have the processingAccountId, use our List Merchant Platforms method to search for a merchant platform and its processing accounts.
Our gateway returns the following information for each terminal order in the list:
- Status of the order
- Items in the order
- Training provider
- Shipping information
For each terminal order, we also return its terminalOrderId, which you can use to perform follow-on actions.
Path parameters
Unique identifier that we assigned to the processing account.
Query parameters
Filter terminal orders by status.
Headers
Bearer authentication
Response
Successful request. Returns a list of terminal orders associated with the processing account.
Changes
No recorded changes to this endpoint across all 1 revision of this API.