#momo_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1397472370368712725
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! This depends on whether you are using adaptive pricing (https://docs.stripe.com/payments/currencies/localize-prices/adaptive-pricing) and meet its requirements (https://docs.stripe.com/payments/currencies/localize-prices/adaptive-pricing?payment-ui=stripe-hosted#restrictions).
So does that mean subscription payments do not support this feature?
If you are only using Subscriptions mode then yes it won't work.
Another option is manual currency pricing: https://docs.stripe.com/payments/currencies/localize-prices/manual-currency-prices
If there are multiple currency prices at the same time, how does Stripe know which currency price to display to the user?
It looks at the location of your customer.
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
Does Stripe change the currency shown on the Checkout page based on the user's IP address?
Yes, we'd localise the currency according to IP address assuming there's a corresponding currency_option for the customer's locale (e.g. JP-based would localise to JPY)
Is there such processing logic in the subscription model?