#renraj_best-practices
1 messages ¡ Page 1 of 1 (latest)
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.
- renraj_best-practices, 56 minutes ago, 5 messages
đ 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/1240662231268593747
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Hi
Going to need more details to be able to help
How we can support multiple currencies in Payment
Currently recurring payment dine by USD
it is fine
But nee dto add more currencies
Is the user need to select their currency from a dropdown? and then click on Payment button?
What integration are you using?
Mostly you just change the presentment currency -- you set the currency based on the object you are creating.
Are you the developer here for your integration?
How are you creating Subscriptions?
Subscription done by the Price taken by ProductID
Yep gotcha
When you create the Price you specify the currency
If you are using Stripe Checkout then you could also take advantage of Adaptive Pricing or multi-currency Prices. See: https://docs.stripe.com/payments/checkout/multi-currency-prices
Actually via portal, we defined prices in other currencis by making USD as default
You can't start Subscriptions via the Customer Portal
Okay and you Prices already have alternative currencies set?
If so, then you would specify currency on the Subscription itself (https://docs.stripe.com/api/subscriptions/create#create_subscription-currency) to use the currency from the Price that you want
If you don't set that, it will use the default currency
The thread will close after a period of inactivity but you can always post again to create a new thread!
but at that time, I need to ask the same question again rite?
You would need to fill out the form again, yes.
ok thank you for your time