#Aaron-price-plan-prefix
1 messages · Page 1 of 1 (latest)
Sure, pretty easy to reproduce; just type stripe trigger customer.subscription.created
yup seems like expected behavior
let me reconfirm though
@robust beacon yup, it is expected behavior as the fixture creates plan and prices both to keep it backward compatible.
Plans and Prices are fully back-and-forwards compatible, so you can use a recurring Price anywhere you use a Plan, and vice versa. Part of that is that we duplicate the webhook events.
So if you have an integration that only uses Prices and has no idea what a Plan is (which is totally normal and a good modern integration), you still know that this recurring Price (which is “actually” a Plan) is created via the price.created webhook and you can use it.