#pure_docs
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/1233472228931141632
๐ 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.
HI ๐
What have you tried?
I'm reading through the doc for createConfirmationToken, can this confirmation token be used for all payment methods?
Hmmm.... it should but let me do a little digging in case PayPal is a special case.
When you say you must use client-side authentication, what do you mean?
Can we use a confirmation token to confirm a PayPal payment intent?
Are you attempting to finalize the payment intent on your back-end?
Yes
I just want to be sure that method will work for all payment methods
Finalizing the payment intent on the back-end with a confirmation token generated on the front-end.
Confirmation tokens do work with PayPal, I can confirm that. But I would still test the finalize on server workflow to be certain the behavior is what you expect.
Thanks for that! Also, unrelated but I was wondering if there were any other currency conversion support from Stripe other than adaptive pricing? I ask because I intend to use manual capture mode and on this doc, it states that you cannot use adaptive pricing if capturing manually.
https://docs.stripe.com/payments/checkout/adaptive-pricing#restrictions
Currently the only other alternative currency option is with Stripe billing and multi-currency prices.
https://docs.stripe.com/payments/checkout/multi-currency-prices
But that requires you to maintain the amounts for each currency.
With that method, do I need to have all my possible products that I would sell added to the dashboard? I have a lot of products that are constantly changing so it'd be a bit difficult for me to do that.
Yes, that would require you to create all products and it would also require you to create new prices each time conversion rates changed in a meaningful way.
So I think that would not be a viable option for you
Thanks for that! I'm trying out changing the locale in the Stripe elements on the front-end to change the language. And it seems to be working for the Link payment method, but Apple Pay seems to be in english still. Is that expected with Apple Pay?
Hi there. Are you using the payment element?
Also how are you setting locale specifically?
I am using the Elements component and passing in locale via the options.
<Elements stripe={stripePromise} options={options} />
and the options contains locale.