#LoLztheOreo-prices

1 messages · Page 1 of 1 (latest)

austere crow
#

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

low fox
#

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

austere crow
#

and filter on a currency

#

with something like query: 'currency:\'...\''

#

this will search across products

#

may I ask where your account is based?