#ranvir - stripe elements
1 messages · Page 1 of 1 (latest)
Hi there
Hi
the regular PaymentElement also has it, I believe, here: https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-redirect
for confirmPayment
I see, stripe.confirmSetup will return a Promise.
My idea is not to redirect but to keep on the same page, may be show a green check that its successful.
I think I need to explore https://stripe.com/docs/js/setup_intents/confirm_setup#confirm_setup_intent-options-redirect
i.e. redirect: "if_required"
Let me try and I will follow-up if I need more help.
Yes it's the same thing with your original link, isn't it?