Skip to content

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

Order Checkout​

One-shot order describe and create (express checkout / API integrations)


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
JSON
"string"

Responses​

Order package priced successfully.

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization
Body

Samples​


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
JSON
"string"

Responses​

Order created.

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI