jonasbark / flutter_stripe_payment

[DISCONTINUED] A flutter plugin with stripe payment plugin integration
MIT License
309 stars 244 forks source link

invalidRequest, No such payment_intent: #290

Open DineshTaral opened 3 years ago

DineshTaral commented 3 years ago

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

OliverNarramore commented 3 years ago

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.

vdtuan commented 3 years ago

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?