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
While creating a payment intent on Flutter Web and retrieving successfully its client_secret from my backend, when I rung Stripe.instance.handleNextAction(clientSecret) to check the status of the intent, Stripe throws the following error:
Unexpected null value
To Reproduce
Steps to reproduce the behavior:
Use Flutter Web
Add to pubspec: flutter_stripe and flutter_stripe_web
Create a payment method and get its ID
Create a payment intent on your backend and get the client_secret
Pass the client_secret to Stripe.instance.handleNextAction
Expected behavior
I expected to get the PaymentIntent associated to the client_secret retrieved above.
But instead I get the error Unexpected null value.
The client_secret passed is not null, it's a String.
PC / Chrome
Device: PC
OS: Win 11
Package version: flutter_stripe: ^10.1.1
Package version: flutter_stripe_web: ^5.1.0
Flutter version: 3.16.9
The text was updated successfully, but these errors were encountered:
Describe the bug
While creating a payment intent on Flutter Web and retrieving successfully its client_secret from my backend, when I rung Stripe.instance.handleNextAction(clientSecret) to check the status of the intent, Stripe throws the following error:
Unexpected null value
To Reproduce
Steps to reproduce the behavior:
flutter_stripe
andflutter_stripe_web
client_secret
client_secret
toStripe.instance.handleNextAction
Expected behavior
I expected to get the PaymentIntent associated to the
client_secret
retrieved above.But instead I get the error
Unexpected null value
.The
client_secret
passed is not null, it's aString
.PC / Chrome
flutter_stripe: ^10.1.1
flutter_stripe_web: ^5.1.0
The text was updated successfully, but these errors were encountered: