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

    Config

    {
        "key": "pk_live_4kQ2s9vB1nR7mZxL0aYw8TgH3dCpUeJf",
        "livemode": true,
        "merchantName": "Acme Events",
        "merchantLogoUrl": "string",
        "lang": "az",
        "mode": "light",
        "themePreset": "ocean",
        "theme": {
            "light": {
                "--ec-accent": "#0284c7",
                "--ec-bg": "#ffffff",
                "--ec-text": "#0f172a"
            },
            "dark": {
                "--ec-accent": "#38bdf8",
                "--ec-bg": "#0b1220",
                "--ec-text": "#e8edf7"
            }
        },
        "paymentsEnabled": true,
        "eventIds": [
            "string"
        ],
        "events": [
            {
                "id": "66f0a1c2d3e4f5a6b7c8d9e0",
                "slug": "summer-gala",
                "title": "Summer Gala",
                "category": "Concert",
                "startsAt": "2026-07-12T20:00",
                "endsAt": "string",
                "venueName": "Heydar Aliyev Center",
                "address": "Heydar Aliyev pr. 1, Baku",
                "coverImageUrl": "string",
                "posterImageUrl": "string",
                "seating": "general_admission",
                "currency": "AZN",
                "priceFrom": 20,
                "status": "on_sale",
                "ticketsAvailable": 340,
                "checkoutUrl": "https://embed.eticksystem.com/checkout/pk_live_…?event=summer-gala"
            }
        ]
    }
    Built with