#tingwei-card-element
1 messages · Page 1 of 1 (latest)
No such payment_intent: 'pi_3JrnYeA3FNlYXv5q0U51oryu'
the payment _intend is successfully created on the server side
Are you using Stripe Connect?
yes i am
Okay so that's the problem. You are creating the PaymentIntent directly on the connected account with the Stripe-Account header: https://stripe.com/docs/connect/authentication#authentication-via-the-stripe-account-header
but client-side, you likely are not properly passing the stripeAccount client-side when initializing Stripe.js