#skoshkarli-PaymentIntent
1 messages · Page 1 of 1 (latest)
referring to this specifically: Note: Setting if_required requires that you handle successful confirmations for redirect-based and non-redirect based payment methods separately. When a non-redirect based payment method is successfully confirmed, stripe.confirmPayment will resolve with a {paymentIntent} object.
Yeah there are many, you can take a look here: https://stripe.com/payments/payment-methods-guide
could you clarify where in that doc
i see bank redirects, but i am wondering if a redirect can happen on a card, apple pay or google pay?
Yes all those bank redirects. Card/ApplePay or GooglePay is not redirected based PMs
so you don't need to worry if you only use those
ok great. Thank you!
follow up question
so do i still need to pass in the redirect url param?
No
great, and the redirect param?
i guess that defaults to always and i set it to if_required
so maybe i do need to pass it?
I believe you can omit it
hmm
ah wait, you should pass it as if_required if you don't have a successful URL
Yes you were correct
👍