learning_ai_common_plat/services/platform-service/src/modules/billing-checkout
saravanakumardb1 0352ea5383 feat(platform-service): pre-built Stripe checkout flow (Phase 4.4) — 6 tests
New modules/billing-checkout/ — higher-level POST /billing/checkout with:
- Zod-validated input (plan OR explicit priceId)
- Tax collection support (automatic_tax)
- Customer email pre-fill
- Arbitrary metadata passthrough
- Trial period and promo code support
- 6 tests: plan, priceId, missing both, invalid plan, optional fields, URL validation
2026-03-19 22:10:32 -07:00
..
billing-checkout.test.ts feat(platform-service): pre-built Stripe checkout flow (Phase 4.4) — 6 tests 2026-03-19 22:10:32 -07:00
routes.ts feat(platform-service): pre-built Stripe checkout flow (Phase 4.4) — 6 tests 2026-03-19 22:10:32 -07:00
types.ts feat(platform-service): pre-built Stripe checkout flow (Phase 4.4) — 6 tests 2026-03-19 22:10:32 -07:00