Payments (Stripe)
Real-money payments are processed with Stripe. They cover coin package purchases and subscriptions.
Each property has its own checkbox marking whether that specific piece is fully implemented and functional end to end (frontend + backend) — update these yourself as work lands; this page won't overwrite them.
- Add/save a payment method with Stripe
- View saved payment methods
- Make a purchase/charge
- General Stripe payment transaction history (distinct from coin-purchase history) —
myPaymentTransactions/paymentTransactionStatssurfaced inSettings → Payment history(PaymentHistoryPage.tsx) - Remove a payment method
See the technical reference for GraphQL schemas, routes, source file links, and per-field wiring status.