Skip to content

chore(stripe): regenerate price IDs after subscription sync#533

Merged
blove merged 1 commit into
mainfrom
claude/stripe-price-ids-and-cleanup
May 25, 2026
Merged

chore(stripe): regenerate price IDs after subscription sync#533
blove merged 1 commit into
mainfrom
claude/stripe-price-ids-and-cleanup

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented May 25, 2026

Summary

After PR #532, ran scripts/stripe/sync-products.ts against the live Stripe test-mode account. Created 4 recurring prices (monthly + annual × developer_seat + team) and archived the prior one-time prices. /api/checkout/session now has the IDs it needs to actually drive subscription checkout.

Operational state (parallel to this PR)

  • ✅ DB migration 0002 applied to minting Neon DB
  • ✅ Webhook `we_1TZcsHGYRsLErhxbdN2JTFTr` enabled_events updated: `customer.subscription.{created,updated,deleted}` + `invoice.paid` + `charge.refunded` (dropped `checkout.session.completed`)

🤖 Generated with Claude Code

Ran scripts/stripe/sync-products.ts against the live Stripe test-mode
account after PR #532 landed. The script created 4 recurring prices
(monthly + annual × developer_seat + team) and archived the prior
one-time-payment prices.

Operational follow-ups completed in parallel:
- DB migration 0002 applied to the minting Neon DB
  (stripe_payment_id → stripe_subscription_id)
- Webhook endpoint we_1TZcsHGYRsLErhxbdN2JTFTr enabled_events updated:
  customer.subscription.{created,updated,deleted}, invoice.paid,
  charge.refunded (dropped checkout.session.completed)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
threadplane Ready Ready Preview, Comment May 25, 2026 3:51am

Request Review

@blove blove merged commit af84132 into main May 25, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant