REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers​
https://v2-staging.tscheckout.comCurrent host
Describe a one-shot order package​
POST
/api/v2/orders/describe
Build and return priced totals for an order data package without creating an order. Uses the Box Office pricing engine.
Authorizations​
bearerAuth
Type
HTTP (bearer)
Request Body​
application/json
"string"
Responses​
Order package priced successfully.
application/json
{
 Â
}
Create a one-shot order​
POST
/api/v2/orders
Create and finalize an order from a one-shot tickets/basicInfo/payment payload (express checkout style). Supports cash, externalPayment, zero-dollar credit, and synchronous paymentToken gateways.
Authorizations​
bearerAuth
Type
HTTP (bearer)
Request Body​
application/json
"string"
Responses​
Order created.
application/json
{
 Â
}
