#Dayman-prices
1 messages · Page 1 of 1 (latest)
hello! you're going to need to list all Prices for that product : https://stripe.com/docs/api/prices/list#list_prices-product
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That returns a list of all prices for all products right? Can I pass a prod_... id to that and only list prices for a single specific product?
I have multiple products, all with multiple prices for different currencies. I want to retrieve only prices for a single product for the product page
you can specify a specific product