square / in-app-payments-react-native-plugin

Apache License 2.0
116 stars 49 forks source link

All IOS Card Transactions Failing #221

Closed tinymobile closed 5 months ago

tinymobile commented 9 months ago

Describe the issue

Hi, we are seeing an urgent issue that has just started today (Saturday 30th) where all card transactions on our IOS app are suddenly failing.

We are using React Native square and the startCardEntryFlowWithBuyerVerification is immediately returning an SCA fail whatever we put through it.

It's failing on our store version of the app that's using version 1.7.2 of the react native plug in and it's also failing on our dev version that's using the latest 1.7.3 version of the react native plug in.

It's failing on devices running all different IOS versions (e.g. IOS 15, IOS 16 and IOS 17)

It's also failing all card types (e.g. VISA, AMEX).

It's still working fine on our Android version of the app.

It was fine until yesterday on IOS and we have not done an update to our app for a while, so nothing has changed our end.

Is there a problem at Square's end?

To Reproduce

Fire startCardEntryFlowWithBuyerVerification from our app.

Put in any card details to the square card entry dialog.

It immediately fails SCA on any card we try.

Expected behavior

Card is processed.

Environment (please complete the following information):

IOS all versions.

kirstiebooras commented 6 months ago

Hi @tinymobile. Are you still seeing an issue?