#mahad852-js
1 messages · Page 1 of 1 (latest)
There can't be an option like that, because, despite you are only using card, there are other payment methods will require a redirection eventually. However if you are confident to only use card then just use "if_required"
That is understandable. For cards, is a redirect never required?
Like is there a guarantee that a card related payment won't ever be redirected if I were to pass "if_required"
Stripe's docs say: "will only redirect if your user chooses a redirect-based payment method"
Are you saying cards fall under the category where redirect is never required, but can be if a return_url were to be passed? Also, what about Additional Factor Authentication? Would stripe need to redirect to a page hosted by a card's bank if need be (for afa)?
@plush sage
sorry let me confirm a bit about this
Yes, card is non-redirect PaymentMethod, if you specify "if_required". In that case passing return_url doesn't matter anymore.
Not sure about AFA. If there is 3D Secure it would be a popup
Alright
Can you confirm about the AFA/3D secure bit as well?
Is it always a popup?
Yeah I think so
can you please kindly confirm, just in case?
Yes it's. Mentioned here: https://stripe.com/docs/payments/3d-secure?platform=web
Ah, thanks a bunch!