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

    CheckoutRequest

    {
        "event": "summer-gala",
        "items": [
            {
                "tier": "vip",
                "quantity": 2
            }
        ],
        "seats": [
            "SEC_A_3_7",
            "SEC_A_3_8"
        ],
        "promoCode": "EARLYBIRD",
        "customer": {
            "name": "Aysel Məmmədova",
            "email": "aysel@example.com",
            "phone": "+994501234567"
        },
        "answers": {
            "q1": "Acme LLC"
        },
        "returnUrl": "https://example.com/thanks",
        "lang": "az"
    }
    Built with