Plans → Products
When a plan is created:- A Stripe Product is created with the plan name and description
- For each interval, a Stripe Price is created with the amount and recurring interval
externalReflinks are stored for both
Fees → Products + Meters
When a fee is created:- A Stripe Product is created
- A Stripe Price is created (metered usage)
- A Stripe Billing Meter is created for usage tracking
- All three
externalReflinks are stored
Sync Rules
- Product names and descriptions update on plan/fee update
- Prices are immutable in Stripe (new price created on amount change)
- Deletion archives the Stripe product