You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In iOS the Credit Card Payment (deferred PaymentSheet) is unsuccesful, with a message:
"An error occurred in PaymentSheet. Your PaymentIntent setupFutureUsage (none) does not match the PaymentSheet.IntentConfiguration setupFutureUsage (Optional (StripePaymentSheet.PaymentSheet.IntentConfi guration.SetupFutureUsage.onSession))."
Apple Pay works well. Same App in Android Emulator works perfectly.
Steps to reproduce the behavior:
Launch the "Stripe Example" App
Select "Single step (differed payment)" from "payment Sheet" demos
Enter the fake card data.
Tap the confirm button.
Observe the failure.
Smartphone / tablet**
Device: IPhone 15 Pro Emulator
OS: iOS 17
Package version: >=10.1
Flutter version 3.22
Additional context
Add any other context about the problem here.
In iOS the Credit Card Payment (deferred PaymentSheet) is unsuccesful, with a message:
"An error occurred in PaymentSheet. Your PaymentIntent setupFutureUsage (none) does not match the PaymentSheet.IntentConfiguration setupFutureUsage (Optional (StripePaymentSheet.PaymentSheet.IntentConfi guration.SetupFutureUsage.onSession))."
Apple Pay works well. Same App in Android Emulator works perfectly.
Steps to reproduce the behavior:
Smartphone / tablet**
Additional context
Add any other context about the problem here.
`await Stripe.instance.initPaymentSheet(
paymentSheetParameters: SetupPaymentSheetParameters(
merchantDisplayName: 'Flutter Stripe Store Demo',
allowsDelayedPaymentMethods: true,
intentConfiguration: IntentConfiguration(
The text was updated successfully, but these errors were encountered: