Payments: your accounts, your settlement
Stripe and PayPal are both integrated using each vendor’s official SDK, and you supply your own API keys. That matters more than the integration itself: money moves from your attendee directly to your merchant account, with no intermediary holding funds and no platform taking a cut. Webhook endpoints handle the asynchronous side, so an order is only finalized when the provider confirms the payment, not when the browser says so.
- Stripe and PayPal, both via official SDKs, using your own keys
- Webhook-confirmed order finalization rather than client-side trust
- Refunds, cancellations, and per-organizer payouts built in
- Manual and box office bookings for cash or offline sales