TixCore documentation
TixCore is ticketing infrastructure for the web. Add events, ticket types, embeddable checkout, secure QR tickets, gate scanning, and live analytics to any product — using your own payment gateway.
The model
Think of TixCore the way you think of Stripe for payments or Clerk for auth. You connect your own payment gateway (Razorpay in v1); your customers pay you; TixCore creates the order with your credentials, verifies the payment signature server-side, and issues a cryptographically signed ticket. TixCore never sits in the money flow.
What you get
- An embeddable SDK — a script tag or a React component.
- A REST API behind hashed API keys.
- Secure QR tickets (a signed token, never a database id).
- A camera scanner with atomic, duplicate-proof check-in.
- A realtime analytics dashboard.
- Multi-tenant orgs with five roles and branding.
Start here
Follow the getting started guide to create an organization, connect your gateway, and embed your first checkout. Then explore the API reference.