#naughty developer-volume-pricing
1 messages · Page 1 of 1 (latest)
for the standard pricing , i can retrieve unit_amount attributes for prices
but for volume based pricing
i can not get any kind of price value at all
i need something , even if it's a starting value
i've tried to retrieve them in price object , plan object , subscription objects
You set them in the tiers parameter
but i dont get any such attributes in apis
i need to retrieve it
i created it already using dashboard
i want to retrieve prices of tier or any such amount
Ah ok. Yep you need toe expand the tiers field: 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.
It's not included in the response by default
so i need to pass some kind of parameters to get the tiers field
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks , u can close this thread now.