#NikolaKG80
1 messages · Page 1 of 1 (latest)
"message": "The client_secret provided does not match any associated PaymentIntent on this account.",
That's what I get when I try to retrieve the client_secret from payment intent which was created for the connected account
would you mind sharing the PaymentIntent id?
pi_3MPnHXRIEy5FtT2Y1tSbaIMs_secret_5s9tIe4onJWvwiZmF8z89u43r
It was created for the connected account, acct_1MMxDxRIEy5FtT2Y
how did you initialize the Stripe.js instance?
did you use this option https://stripe.com/docs/js/initializing#init_stripe_js-options-stripeAccount ?
No, I must have missed it
I think that it will solve my issue, give me just a second to try it
You nailed it. Thanks!