Invalid Payment Intent client secret #1693
Replies: 2 comments 2 replies
-
|
you need to make sure that you add the right paymentintent secret to the paymentsheet. See for example: https://docs.page/flutter-stripe/flutter_stripe/sheet |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@dk-dsndr27 Have you solved the problem? I encountered the same error as you did. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @remonh87,
can you help me, i got this error when i try for Stripe.instance.presentPaymentSheet().
Throw:
Exception has occurred.
_$StripeExceptionImpl (StripeException(error: LocalizedErrorMessage(code: FailureCode.Failed, localizedMessage: Invalid Payment Intent client secret: {{client_secret}}, message: Invalid Payment Intent client secret: {{client_secret}}, stripeErrorCode: null, declineCode: null, type: null)))
Debug Console:
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: StripeException(error: LocalizedErrorMessage(code: FailureCode.Failed, localizedMessage: Invalid Payment Intent client secret: {{client_secret}}, message: Invalid Payment Intent client secret: {{client_secret}}, stripeErrorCode: null, declineCode: null, type: null))
And for the Publishable key and Secret key, i think same with my Stripe account
Thank's :)
Beta Was this translation helpful? Give feedback.
All reactions