tipsi / tipsi-stripe

React Native Stripe binding for iOS/Android platforms
MIT License
1.14k stars 527 forks source link

authenticatePaymentIntent on connect account iOS not working on 3DS cards #824

Closed Sherby1988 closed 1 year ago

Sherby1988 commented 2 years ago

The problem

I use stripe with stripe connect and everything works except this when I try to authenticatePaymentIntent a payment with a card that uses 3d secure, but this only happens on iOS, on android everything works fine. I use setStripeAccount before the authenticatePaymentIntent function. What is strange is that after I make a payment using native apple pay, then everything works ok using the 3ds card. From what I see the setStripeAccount function does not apply on authenticatePaymentIntent but only after paymentRequestWithNativePay is complete.

Environment

fbartho commented 1 year ago

Closing this ticket, so that new users don't think this project is still active.

Stripe does not want you using this, and you will find pain if you do; Please migrate to the official @stripe/stripe-react-native package, for your user's safety, and your developer's sanity!

See more: https://github.com/tipsi/tipsi-stripe/issues/842