#neto-dev_api

1 messages ¡ Page 1 of 1 (latest)

last mountainBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1400915810888843294

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

raw kelp
#

Hello
There's nothing built in on Stripe that would be useful here.
You'd want to geolocate the user based on their IP address/browser locale and assume that's their location & navigate them through your application accordingly

gentle stream
#

I have my user's country according to the IP that nginx forwarded to me from them, but I want to send them to the subscription page in their own local currency, so they pay and start the subscription in their local currency

#

A support person recommended that I use adaptive pricing but that doesn't work for subscriptions

raw kelp
gentle stream
#

i gonna try

#

tskk

#

tkss

#

But from what I saw here this is just for me to test the checkout as if I were a customer from another country, so if the price is already configured for multi currencies does Stripe do the detection automatically?

#

If I activate a VPN and test will I already see the price in another currency?

raw kelp
#

Yes

#

you should be able to test it out

#

The difference between the two is:

  • Adaptive pricing converts the currency based on FX rate automatically
  • Manual pricing doesn't automatically convert. You define how much you want to charge for that product in other currency and Checkout will only localize
gentle stream
#

So I don't need to have a price for each type of currency? If I have a price that accepts various types will it automatically be redirected to their own currency?

raw kelp
#

You need to define the price for each currency type you want to support. Checkout will just "use that price"

gentle stream
#

Ook

#

I'm going to test this, thanks friend

raw kelp
#

Let's say you have a product that costs $10 USD

  • Adaptive pricing will automatically convert 10 USD to 10 EUR based on FX rate at the time and present that to the customer in EU
  • Manual pricing won't convert. It will use the price you define in eur and when Checkout detects EU customer, it'll present the price you define
gentle stream
#

This would totally solve my problem

#

Yes, I thought of using VPN just to validate in production

#

Are you a developer?