#mamtabajaj_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/1483093920786284635
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi Toby
Hi there ๐ it sounds like you may be referring to our Adaptive Pricing feature
USD - https://buy.stripe.com/test_aFa8wOeDe0Qh3RR2PubV600
EURO - https://buy.stripe.com/test_4gM00i8eQgPfdsrcq4bV601
in the USD payment link I can see the currency conversion but in Euro I can't see
Is this stripe right now only support the USD price, please clarify
Additionally, Adaptive Pricing requires the currency for your prices to be one of your settlement currencies. Prices automatically convert during checkout. This applies to prices you create and reference with a price ID and prices you create inline with price_data when you create a Checkout Session.
https://docs.stripe.com/payments/currencies/localize-prices/adaptive-pricing?payment-ui=stripe-hosted#restrictions:~:text=Additionally%2C Adaptive Pricing,a Checkout Session
Yup, that would be my suspicion at this point as well, that Adaptive Pricing isn't being shown because the eur Price isn't in a settlement currency for your account.
First screenshot represents USD amount product payment link
Seconds screenshot represents Euro amount product payment link
why I can't see the conversion in Euro payment link?
I can try to elaborate on that further if you can help me understand what is still unclear about the answer I gave.
How can I add the eur Price in a settlement currency for my account.
Since you're using usd, I'm going to guess you're US-based, in which case the only thing coming to mind that might work is enabling Multi-Currency Settlement:
https://docs.stripe.com/payouts/multicurrency-settlement
Thank you so much Toby