#geekcorner_best-practices
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/1277544215621926955
đ 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.
- geekcorner_best-practices, 27 minutes ago, 5 messages
- geekcorner_paymentmethod-new, 2 days ago, 16 messages
So what I'd like to do is basically yeah have 2 prices
but as I explained earlier, the EUR price would be based on the CHF price + the change fee my bank charge (cheaper than stripe by the way, not like i'd use stripe if it was cheaper tho)
and the EUR price would be here for convenience for people who want to pay with EUR instead of CHF for some reason
and the EUR price would be refreshed on a regular basis if that makes sense
Hi, let me help you with this.
Ok, so what's your question exactly?
What would be the best way to do this?
Original question for your information:
I plan to offer 2 options for my SaaS project.
1 option where users subscribe in CHF, and the other one where users can subscribe in EUR, + the change fees my bank charges me for currency conversion. I'd change the EUR pricing on a regular basis to align with the CHF current value, (to let people pay with their local payment methods, to increase conversion rate). Is that possible with Stripe or is there some workaround for this?
Since you can't update the existing Price, it is not very straightforward - you might need to create a new Price every time the EUR Price changes.
Are you using Stripe Checkout for this?
I would use Stripe Elements
just started implementing it actually, the only annoying thing with stripe api is implementing the webhooks with the other libs i use haha
Are these recurring Prices?
Subscriptions indeed. I can also not use prices if that's easier
You can use price_data - then you can set the amount directly: https://docs.stripe.com/api/subscriptions/create#create_subscription-items-price_data-unit_amount