Payment setup pending
Stripe integration is parked behind a feature flag (
Status:
PAYMENTS_ENABLED). Cart and invoice creation still work end-to-end without payment-link generation. This page wires once test credentials land in Doppler and the integration spec (junkos_v3_stripe_integration_v1) ships E1–E5.Status:
PAYMENTS_ENABLED = 0 (off — setup pending)Money · Billing
Billing
Subscription, wallet, usage, and payment history for this tenant.
Setup pending
What's NOT being shown (and why)
- Subscription tier: no per-tenant subscription record yet.
- Wallet balance / credits: no wallet table; concept in spec only.
- Usage charts: no usage-tracking table — same gap as
/usage. - Payment history: the local
paymentstable exists but is currently empty for this tenant. Will populate as Stripe webhooks fire once E1–E5 ships.