#fengyu-chen_code

1 messages ¡ Page 1 of 1 (latest)

broken geyserBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1265626128031416361

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

late niche
green snow
#

Hi ynnoj, I add the stripAccount in my code, but I still have this error, do I still miss other configuration?
The client_secret provided does not match any associated PaymentIntent on this account. Ensure the publishable key used belongs to the same account that created the PaymentIntent.

    const promise = loadStripe(process.env.NEXT_PUBLIC_STRIPE_KEY!, {
      locale: locale as CheckoutLocale,
      stripeAccount: 'acct_abc',
    })
late niche
#

You're going to need to share the pi_xxx ID or something

#

Also, which pk_xxx are you passing to loadStripe?

green snow
#

Ah sorry, the complied was failed, it's acutually working !

late niche
#

Perfect!

green snow
#

Thank you so much