Developer docs

Build against a partner-led payment routing layer.

The demo ships with a clear architecture and a planned API surface. Real integrations plug in behind these endpoints.

Stack

Frontend
Next.js + Tailwind CSS
Backend
API routes and payment state machine
Liquidity
Jupiter (planned)
Settlement
Regulated payout partner (planned)
Blockchain
Solana + USDC
Database
Supabase / PostgreSQL (planned)

API flow

POST /api/payments
POST /api/payout-quote
POST /api/payout-kyc/start
POST /api/payout-kyc/complete
POST /api/payments/confirm
POST /api/jupiter/quote
POST /api/jupiter/order
POST /api/jupiter/execute
POST /api/solana/verify-transaction
POST /api/payout-transfer
GET /api/payments/[paymentId]
GET /api/receipt/[paymentId]
POST /api/payout/quote
POST /api/payout/customer
POST /api/payout/external-account
POST /api/payout/transfer
POST /api/public/payout-webhook

All endpoints are conceptual until backend MVP. The demo UI is designed so real implementations can slot in without changing user-visible flows.