ezet / stripe-sdk

A simple and flexible Stripe library for Flutter with complete support for SCA and PSD2.
https://pub.dev/packages/stripe_sdk
Other
137 stars 137 forks source link

No such payment_intent: 'pi_xxxxxxxxxxxxxxx' #143

Closed iamaz007 closed 2 years ago

iamaz007 commented 3 years ago

I want to integrate stripe connect with my app. After getting client secret when I pass it to the retrievePaymentIntent() method It gives me error error

ERROR_CreatePaymentIntentAndSubmit: No such payment_intent: 'pi_xxxxxxxxxxxxxxxxxxxxxxxxx'

ezet commented 2 years ago

Look like your backend is creating a payment intent in a different environment than stripe sdk is connecting to.