#mm1010-price-search
1 messages · Page 1 of 1 (latest)
Can you share an API request ID for this? It will start with req_
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Used curl for this one:
req_Qe6FnXwcaEnhWj
I'm looking and I don't see anything obviously wrong with this request
However, when I search for my few eur prices I also get USD prices
Interesting, at least the req seems ok at least, anything else I can try?
Hmmm... I think the Prices search API is returning all prices for products that match.
I just did a search for GBP prices. I see only 2 prices, one of them in USD, but both for the same product
I get 4 prices back for my single product (I have 4 prices) but it's gbp rather than usd
gbp would be my currency, if that makes a difference
But I get 4 records back, just in the wrong currency
- I will file this internally, we shouldn't be returning results that are obviously wrong
I was going to suggest using the currency parameter on the List API but that is returning prices with different currencies as well.
Great, thanks, any chance I can get notified if/when it's fixed?
Okay wait it appears this is related to any price that you have configured for multiple currencies.
After doing some internal review it looks like this is an intentional choice.
So if you have a price configured to be a mult-currency price, and you search for a specific currency, we will find that price but return it with the default currency, which may not be the one you searched for
mm1010-price-search