List terminal orders
Use this method to retrieve a paginated list of terminal orders associated with a processing account.
Note: If you want to view 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.
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
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Response
Status of the terminal order.
Note: You can subscribe to our terminalOrder.status.changed event to get notifications when we update the status of a terminal order. For more information about how to subscribe to events, go to Event Subscriptions.
Date that we received the terminal order. We return this value in the ISO-8601 format.
Date that the terminal order was last changed. We return this value in the ISO-8601 format.
Object that contains the shipping details for the terminal order. If you don’t provide a shipping address, we use the Doing Business As (DBA) address of the processing account.