#NewtReyes
1 messages · Page 1 of 1 (latest)
Hi there, you can set redirect (https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-redirect) to if_required so that Stripe.js will only perform redirect if needed.
Interesting
But if required, is the redirect a full page redirect? Or if within an iframe, will it only redirect the iframe?
Is there a list of the payment methods that require a redirect?
The redirect is a full page redirect, so I won't suggest you to put PaymentElement inside an iframe.
https://stripe.com/en-sg/guides/payment-methods-guide you can search redirect in this page to know which payment method requires redirect