Public Access
1
0

feat: launch Stripe billing flows with lifecycle hardening and analytics

add Stripe checkout, portal, webhook ingestion, and idempotent event persistence

add billing lifecycle state (grace/sync/timeline/admin visibility) and stronger entitlement handling

add analytics event tracking and admin summary APIs plus account/pricing UI integration
This commit is contained in:
pguerrerox
2026-05-22 22:55:04 +00:00
parent 94b8c357b4
commit 5508e15da1
35 changed files with 2851 additions and 50 deletions
+1
View File
@@ -38,6 +38,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"stream-json": "^2.1.0",
"stripe": "^22.1.1",
"tailwind-merge": "^3.5.0",
"vite": "^6.2.0",
"zod": "^4.3.6"