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
Describe the bug
When i want to create a custom flow on iOS, the PaymentSheet won't open. I have initialized the Sheet with paymentIntentClientSecretcustomerEphemeralKeySecret and customerId. This is working on Android as it should, I only have this problem with iOS.
Full error message
flutter: StripeError<PaymentSheetError>(message: Unknown result this is likely a problem in the plugin {paymentOption: null}, code: PaymentSheetError.unknown)
To Reproduce
Download the flutter_stripe Package, enter your keys in the example for Frontend and Backend, run the local server.
I have a screen recording with breakpoints in the flutter Package. The device i not a simulator, i have mirrored my iPhone to my mac. https://www.youtube.com/watch?v=D5FXbxylJ1I
this is my init of the PaymentSheet
and when i call await Stripe.instance.presentPaymentSheet(); this exception is thrown: flutter: StripeError<PaymentSheetError>(message: Unknown result this is likely a problem in the plugin {paymentOption: null}, code: PaymentSheetError.unknown)
Expected behavior
The Payment sheet should open and the Payment should be successfully shown in the dashboard, like on Android.
Smartphone / tablet
Device: iPhone 12
OS: 16.61
Package version: flutter_stripe: 9.5.0+1
Flutter version: stable, 3.13.0
Additional context
[✓] Flutter (Channel stable, 3.13.0, on macOS 13.4 22F66 darwin-arm64, locale
de-DE)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] Connected device (4 available)
[✓] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered:
Describe the bug
When i want to create a custom flow on iOS, the PaymentSheet won't open. I have initialized the Sheet with
paymentIntentClientSecret
customerEphemeralKeySecret
andcustomerId
. This is working on Android as it should, I only have this problem with iOS.Full error message
To Reproduce
Download the flutter_stripe Package, enter your keys in the example for Frontend and Backend, run the local server.
I have a screen recording with breakpoints in the flutter Package. The device i not a simulator, i have mirrored my iPhone to my mac.
https://www.youtube.com/watch?v=D5FXbxylJ1I
this is my init of the PaymentSheet
and when i call
await Stripe.instance.presentPaymentSheet();
this exception is thrown:flutter: StripeError<PaymentSheetError>(message: Unknown result this is likely a problem in the plugin {paymentOption: null}, code: PaymentSheetError.unknown)
Expected behavior
The Payment sheet should open and the Payment should be successfully shown in the dashboard, like on Android.
Smartphone / tablet
Additional context
The text was updated successfully, but these errors were encountered: