Eticksystem
    • eticksystem Sell API
      • Config
        • Bootstrap the checkout
        • The checkout palettes
        • Which sites may frame this key's checkout
      • Catalog
        • List the events this key sells
        • One event, as something you can sell
      • Pricing
        • What a basket costs
      • Checkout
        • Start a purchase
        • Where a checkout got to
      • Orders
        • The sales for this key's events
        • One order
      • Schemas
        • Error
        • Config
        • ThemePreset
        • PaymentProvider
        • PaymentMethod
        • EventStatus
        • Seating
        • EventSummary
        • Tier
        • Question
        • EventDetail
        • BasketItem
        • QuoteRequest
        • QuoteLine
        • QuoteResponse
        • Customer
        • CheckoutRequest
        • CheckoutResponse
        • OrderTicket
        • Order
        • WebhookEvent

    Error

    Every failure has this shape. Branch on code — the message is written
    for whoever is reading your logs and may be reworded; the code will not
    change.

    {
        "error": {
            "type": "invalid_request_error",
            "code": "tier_sold_out",
            "message": "\"VIP\" is sold out."
        }
    }
    Built with