#skoshkarli-PaymentIntent

1 messages · Page 1 of 1 (latest)

quick orbit
#

Hi there

tired wave
#

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.

quick orbit
tired wave
#

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?

quick orbit
#

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

tired wave
#

ok great. Thank you!

#

follow up question

#

so do i still need to pass in the redirect url param?

quick orbit
#

No

tired wave
#

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?

quick orbit
#

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

tired wave
#

👍