Files
fotospiel-app/docs/todo/paddle-migration.md

1.2 KiB

Paddle Billing Migration

  • Review current billing implementation (Stripe, Paddle, RevenueCat) across code, jobs, webhooks, docs.
  • Design Paddle data mappings for packages ↔ products/prices, including required metadata round-trip.
  • Extend Laravel config/env handling for Paddle keys, webhook secrets, feature flags (sandbox + production).
  • Build Paddle API service layer and register sandbox webhooks; document endpoints/events consumed.
  • Add admin catalog sync UI for packages (create/update in Paddle, display sync status, store Paddle IDs).
  • Implement tenant ↔ Paddle customer synchronization and related webhook handlers.
  • Replace marketing checkout payment step with Paddle-hosted checkout flow and success callbacks.
  • Update tenant admin billing pages to read Paddle subscription/transaction data and manage plans.
  • Define mobile/native billing strategy (RevenueCat vs Paddle) and align app logic.
  • Add automated tests for Paddle integration (unit, feature, e2e) covering checkout, webhooks, sync.
  • Populate Paddle sandbox catalog via MCP server and validate end-to-end activation flow.
  • Draft production cutover procedure (catalog creation, flag switch, legacy shutdown, monitoring, rollback).