PaySpaze Flagship
A multi-product fintech platform — live with thousands of users — where I built the native Tap-to-Pay app, contributed to an AI document-intelligence service, and worked across the consumer and business payment stack.
A — InsightLM & the Payment Platform
- Contributed to InsightLM — an enterprise RAG system for financial documents (parent-child chunking, 6-way intent classification, multi-provider LLMs across OpenAI / Gemini / Claude).
- Deep work on the multi-provider payment system (Stripe, Braintree, PayPal, Authorize.net) — I researched how the flows should work and debugged production issues across them, and know the architecture end to end.
- The live consumer site lets anyone browse events and buy tickets; a separate business portal handles merchant management and payouts over Pusher, with Auth0 JWT shared across web and backend.
B — Admin & Kiosk (Native Tap-to-Pay)
- Dual-mode binary — one React Native app flips between a passcode-locked customer kiosk and a full merchant admin panel, with mode persisted across restarts.
- Stripe Terminal Tap-to-Pay on iPhone using Stripe Connect Direct Charges for true multi-merchant payouts, with CVM logging.
- TerminalConnectionManager singleton with inflight dedup, and an explicit usePaymentMachine state machine: IDLE → CONNECTING → … → COMPLETE / ERROR.
- Full Auth0 lifecycle — PKCE, silent refresh, biometric unlock via Keychain.
- Run at a handful of live events — set up and operated the kiosk on real merchant hardware, iterating on the flow from how it actually performed on the floor.