tipsi-stripe icon indicating copy to clipboard operation
tipsi-stripe copied to clipboard

authenticatePaymentIntent on connect account iOS not working on 3DS cards

Open Sherby1988 opened this issue 3 years ago • 0 comments

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

  • tipsi-stripe version: 9.1.4
  • iOS or Android: iOS
  • OS version: 15
  • React-Native version: 0.63.4

Sherby1988 avatar Oct 14 '21 13:10 Sherby1988