#Chuk
1 messages · Page 1 of 1 (latest)
I see a deprecated stripe.confirmSetupIntent call that looks promising since it lets developers handle next actions themselves
https://stripe.com/docs/js/deprecated/confirm_setup_intent
I don't think it's possible to avoid the redirect, as the Payment Element relies on the user coming back to discern if authentication was successful.
What does the Payment Element display after the user successfully authenticates & comes back?