#alex__xela

1 messages · Page 1 of 1 (latest)

sacred streamBOT
nimble magnet
#

Hi there!

#

You mean localizing the price. Like someine in the US sees $, and someone in Europe sees €?

frosty bobcat
#

No, I figured out that part with prices currencies.
We would like to adapt the price to the country: if you're in the US, you see 25$ but if you are in Brazil, you see 10$

nimble magnet
#

Oh I see, no that's not something Stripe offers, but you could build this yourself.

#

Or there may be some third party offering this type of service

frosty bobcat
#

I'm considering creating multiple prices on the same product and then determining the location based on the IP address and then our back-end chooses the right price

#

Ok thanks, I wanted to make I had not missed a Stripe feature around that issue

nimble magnet
#

I'm considering creating multiple prices on the same product and then determining the location based on the IP address and then our back-end chooses the right price
Yeah sounds correct to me

frosty bobcat
#

Thanks for the help!