#Abishek
1 messages ยท Page 1 of 1 (latest)
Hello again ๐
Have you tried list all prices endpoint already?
https://stripe.com/docs/api/prices/list
It should list all the prices for a given 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.
those list only if you have setup prices for different currencies right?
if I have just setup only USD pricing, it would just return an empty array correct?
I haven't tried it. I just wanted to see if there was a way to retreive the pricing in all other currencies based on what is setup on the Product's pricing.
let me know if it makes sense