#LoLztheOreo-prices
1 messages · Page 1 of 1 (latest)
Hi, unfortunately prices at Stripe are tightly coupled with their currency
however you can chose to add multiple prices for the same product in different curriencies
and use the price that corresponds to the currency of the user
Ah, so that would be the general approach, allowing me to filter prices by the users currency and only pull those ones to display to the user
Thank you
you can use the search prices API https://stripe.com/docs/api/prices/search
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and filter on a currency
with something like query: 'currency:\'...\''
this will search across products
may I ask where your account is based?