#jules-price-tiersexpand
1 messages · Page 1 of 1 (latest)
but for some reason Stripe won't save the details of my tiers,
what does that mean?
ah I see what confuses you give me 2 minutes
https://stripe.com/docs/api/prices/object#price_object-tiers this property is not returned by default. Because it can be quite big. You have to explicitly "Expand it" https://stripe.com/docs/expand
jules-price-tiersexpand
Hey, thanks for the quick answer: I know I have to expand tiers when fetching Price information, but do you mean I also have to expand when creating a new Price?
When you create a new Price, you get back a Price object, exactly the same as when you retrieve. So it won't have tiers by default unless you expand