flutter_stripe_payment
flutter_stripe_payment copied to clipboard
invalidRequest, No such payment_intent:
I've tried running the example app and when I confirming the payment Intent, I am receiving a PlatformException. invalidRequest, No such payment_intent:
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.
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?