#Stealth-Price
1 messages · Page 1 of 1 (latest)
Checking the request...
Sorry it was a GET request so I can't see the response. My test on that List Price API showing unit amount. Can you elaborate on where you didn't see it?
PriceService in .NET, method ListAsync.
This is the response. UnitAmount is missing
It's because it's tier price, not per_unit
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
How do I get per unit price?
Expand this property and you should have an array of tiers
Like the API Reference above, each tier should have its own unit_amount
Oh. I see. Thank you.