#Aaron-price-plan-prefix

1 messages · Page 1 of 1 (latest)

slender flame
#

Hello 👋
I'd need to reproduce this in order to confirm 🙂

robust beacon
#

Sure, pretty easy to reproduce; just type stripe trigger customer.subscription.created

slender flame
#

yup seems like expected behavior
let me reconfirm though

slender flame
#

@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.