Isak

Results 5 comments of Isak

Any updates on this? I have a similar issue but with authenticateSetupIntent ` var result; try { result = await StripePayment.authenticateSetupIntent(clientSecret: secretKey); } catch (e) { print(e); }` That code...

I implemented this in a clean flutter project only adding this plugin and firebase functions (to call my backend), and I still get the same error: `PlatformException(unexpected, Unexpected state, null)`...

I have done some more digging around, and looked through the native code. I have tried creating a setupIntent with and without attaching a payment method. When a create a...

Any news on this? I'm receiving this error from users with ios 14.6 as well as older ios 13 versions.