code/tamagui.dev/scripts/README-subscription-analysis.md
promo_1T1atsFQGtHoG6xcrCrbfXrS| Status | Count | Notes |
|---|---|---|
| Active | 457 | Including 30 expiring in 30 days |
| Trialing | 15 | 14 expiring within 14 days, ALL missing payment method |
| Past Due | 25 | All migrated without payment method |
| Canceled (90d) | 364 | 308 by request, 56 payment failures |
| Incomplete Expired (90d) | 12 |
# analyze production subscription states (READ-ONLY)
node scripts/analyze-prod-subscriptions.mjs --verbose
# test coupon API endpoint
node scripts/test-coupon-api.mjs --prod
# create promotion codes for coupons
node scripts/create-promotion-codes.mjs
# send payment reminder emails (already ran)
node scripts/send-payment-reminder-emails.mjs --dry-run
Cancel 25 past_due subscriptions - These will never charge successfully
node scripts/cleanup-past-due-migrations.mjsMonitor 15 trialing subs - Expiring in days with no payment method
Test account modal UI - Verify expired banner displays correctly