Festival crowd
Now in public beta

Event payments, solved.

Create events. Sell tickets. Accept payments through Paystack.All from your dashboard — or integrate with a single API call.

A
B
C
D
E

Trusted by 200+ organizers

Built for every event

Whatever the vibe, we've got you

See all features
Live band performing at outdoor festival

Concerts & Live Music

From intimate acoustic sets to arena headliners

Crowd dancing at an Afrobeats event

Festivals & Parties

Multi-day festivals with thousands of attendees

Conference stage with speaker and audience

Conferences & Summits

Tech summits, workshops, and networking events

DJ set with colorful stage lighting

Club Nights & DJ Events

Nightlife events with VIP ticketing tiers

Crowd at outdoor music festival at sunset

Cultural Celebrations

Heritage festivals, carnivals, and community events

Stage performance with crowd and lights

Comedy & Theatre

Stand-up shows, plays, and performing arts

Features

Everything you need to sell tickets

From event creation to revenue reporting — one platform, zero payment headaches.

Event & Ticket Management

Create events, define ticket types with pricing and quantity — all from your dashboard. Sold counts update automatically.

Paystack-Powered Payments

Secure checkout flows with automatic redirect to Paystack. No payment logic on your frontend — ever.

Webhook-Verified Transactions

Payments are confirmed server-to-server. Atomic updates ensure tickets, orders, and transactions stay in sync.

API-First Architecture

Integrate checkout into any website with a single POST request. Full REST API for events, tickets, orders, and stats.

Real-Time Analytics

Revenue, tickets sold, conversion rates — all scoped to your tenant. Filter by event or date range.

Multi-Tenant by Default

Complete data isolation per organizer. Manage multiple API keys, rotate them anytime, never worry about cross-tenant leaks.

How It Works

Four steps. That's it.

From signup to your first ticket sale in under five minutes.

01

Create your event

Sign up, set up your event details — name, date, location, description. It takes 60 seconds.

02

Define ticket types

Add ticket tiers (VIP, Regular, Early Bird) with pricing in Naira and available quantity.

03

Share & accept payments

Use our hosted page or integrate via API. Customers pay through Paystack — you get notified instantly.

04

Track everything

Orders, revenue, ticket sales — all in your dashboard with real-time analytics and exportable data.

01

Create your event

Sign up, set up your event details — name, date, location, description. It takes 60 seconds.

02

Define ticket types

Add ticket tiers (VIP, Regular, Early Bird) with pricing in Naira and available quantity.

03

Share & accept payments

Use our hosted page or integrate via API. Customers pay through Paystack — you get notified instantly.

04

Track everything

Orders, revenue, ticket sales — all in your dashboard with real-time analytics and exportable data.

Festival crowd atmosphere

Why Passa

Your audience pays.
You get paid.
No stress.

We handle the entire payment flow — checkout, Paystack redirect, webhook verification, inventory updates — so you can focus on creating unforgettable experiences.

Developer Experience

One API call to checkout

Integrate Passa into any website. Send a POST, get a Paystack checkout URL. Done.

POST/api/checkout
Request
// Initialize a ticket purchase

curl -X POST https://api.passa.ng/api/checkout
  -H "Authorization: Bearer passa_sk_..."
  -H "Content-Type: application/json"
  -d '{
    "ticketId": "6507f1...",
    "quantity": 2,
    "customer": {
      "email": "fan@email.com",
      "name": "Ada Obi"
    }
  }'
200OK
Response
{
  "status": "success",
  "data": {
    "orderId": "6507f2...",
    "reference": "passa_a1b2c3d4...",
    "checkoutUrl": "https://checkout.paystack.com/xyz"
  }
}

// Redirect customer to checkoutUrl
// Paystack handles payment → webhook confirms it
// Your frontend never touches payment verification

Available Endpoints

POST/api/checkout
GET/api/events
GET/api/tickets
GET/api/orders
GET/api/stats
POST/dashboard/register
POST/dashboard/login
GET/dashboard/events
Festival atmosphere

Ready to sell tickets?

Create your first event in under a minute. No credit card required. Start free, scale when you're ready.