#demmerson-redirect-card
1 messages · Page 1 of 1 (latest)
@robust ivy there's no redirect with confirmCardPayment()
it's different from confirmPayment()
If you are using the card element then you use confirmCardPayment() and there's no redirect
if you use the newer payment element then you use confirmPayment() and there's a redirect by default
Okay, good to know. What is the use case for the return_url param?
in stripe.confirmCardPayment() method params
it's for integrations that don't use our card element the same way and control showing the 3DS iframe themselves