#RachelQ-payment element
1 messages · Page 1 of 1 (latest)
Hi, what do you mean by and we are using redirect: "if_required”? could you share some code snippet or better a request id req_xxx?
Sorry should have been more specific. The confirmSetup method used to confirm a setupIntent from the PaymentElement contains this parameter https://stripe.com/docs/js/setup_intents/confirm_setup
Oh my bad, I should have got that sorry
to be honest we don't have a canonical list, but AFAIK any of the payment methods mentioned here https://stripe.com/docs/payments/bank-redirects are all redirects and cards are not
Note that for some payment methods such as iDEAL or Afterpay Clearpay, your user will first be redirected to an intermediate page to authorize the payment. this is also from the Returns section of this doc https://stripe.com/docs/js/payment_intents/confirm_payment
in all cases, I would highly recommend not using this parameter since it might disrupt any compatibility with future payment methods you or we might add
I hope this answers your question
let me know if you need any more help