#JM217
1 messages · Page 1 of 1 (latest)
Price object id is price_1Mi0qyKjktH1DOsACXXnfR9K for your information
Looking in to this and will get back to you
Ah so it is on the object but you need to specifically request it when retrieving the price
The API ref says it is expandable https://stripe.com/docs/api/prices/object#price_object-tiers
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Which means you need to include expand: ['tiers'] when making the get request https://stripe.com/docs/api/expanding_objects
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.