flutter_stripe_payment icon indicating copy to clipboard operation
flutter_stripe_payment copied to clipboard

invalidRequest, No such payment_intent:

Open DineshTaral opened this issue 3 years ago • 2 comments

I've tried running the example app and when I confirming the payment Intent, I am receiving a PlatformException. invalidRequest, No such payment_intent:

DineshTaral avatar May 01 '21 19:05 DineshTaral

Are you using Stripe connect at all?

I've found that if you set the stripe account prior to confirming the intent with the connected account:

StripePayment.setStripeAccount(stripeAccountId);

That resolved the issue for me.

OliverNarramore avatar May 14 '21 09:05 OliverNarramore

hi @OliverNarramore I am facing the same error. StripePayment.setStripeAccount does not not. after calling : StripePayment.setOptions I called StripePayment.setStripeAccount can you help me?

vdtuan avatar May 18 '21 15:05 vdtuan