#dai_code
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/1412480186921779272
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Since you are making this /confirm request on your server without the Customer actively engaged with your application, you should pass the off_session: true parameter https://docs.stripe.com/api/payment_intents/confirm?api-version=2025-08-27.basil&rds=1#confirm_payment_intent-off_session
What effects does that result in?
As in, does all lose certain support for potential redirects? Or is that already handled as part of elements.submit or handling the responses' next action?
The effect is that you are informing the API that you are not making this confirm call directly from the client, with the Customer on-session. It requests a exemption from 3DS in that case.
You may still be asked to provide additional authentication though. In that case you would want to bring the Customer back on-session and use the Stripe.js method handleNextAction https://docs.stripe.com/js/payment_intents/handle_next_action