#jimmypoulsen
1 messages · Page 1 of 1 (latest)
Cards are not redirect based, the only time they will redirect is for 3DS, but you can handle that on the same page by setting redirect: if_required
Redirect based payment methods would typically be things like bank payment methods, not sure if we have a list that denotes specifically whether PMs are redirect based but if you are just using cards you are okay
I believe we also support Boleto. Is that redirect-based?
Good question, looking in to that
👋 Boleto should not be a redirect-based PM for Payment Element -- we just show a modal with the voucher info. The best thing to do here though is test it out!
Alright. I'll test it out. Thank you!