Ticketing, offered outside of Zuuppa.
ZuuppaSDK and the Zuuppa API let you sell tickets to events from inside your own app — the infrastructure to offer ticket sales without building payments, settlement, or issuance yourself.
Drop in the SDK, or call the API.
The native SDK ships a complete purchase flow you present in a few lines. The API gives you full control to build your own.
Native SDK
A full-screen SwiftUI flow — sign-in, event details, ticket selection, card & crypto payment, and confirmation. Present it with just an event id.
REST API
Create checkouts, manage orders, and receive webhooks. Bring your own UI on any platform.
The whole checkout, handled.
Buyer auth built in
The SDK runs its own secure sign-in and owns the buyer session — you don't manage tokens.
In-app wallet payments
If your app is a wallet, wire one closure and buyers pay crypto without leaving your app.
Automatic issuance
Tickets are issued to the authenticated buyer the moment payment is confirmed.
Ship ticketing this week.
The developer docs walk you through adding the SDK, presenting checkout, and enabling in-app wallet payments.
Read the SDK guide