Order API
Order retrieve
Production endpoint:
https://transact.ti.com/v2/store/orders/
Use the order retrieve API to pull a copy of your order history. The list will default to orders created during the past 30 days. To specify a range of order created on dates, add the query parameters "startDate" and "endDate," e.g. "https://transact.ti.com/v2/store/orders?startDate=2021-05-01&endDate=2025-05-31." To retrieve detailed order information, query the order API with the order number, e.g: "https://transact.ti.com/v2/store/orders/T999999999."
Order retrieve flow
- Authenticate with your assigned API key and secret.
- After an order has been submitted and confirmed, the API will reply with a status code, 201 OK.
- Query the order API to get order status and additional details.
- The API will reply with a status code, 200 OK, and a JSON containing order details
- See the order API specification for more information.
Example request using order number: