#horacioen_apikeys-issues

1 messages ¡ Page 1 of 1 (latest)

desert shardBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1257742500458660031

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

thin gyro
#

@near pivot this really means you are mixing up your API keys and you need to carefully debug this and make sure you use the proper API keys both from the same account

#

That SetupIntent was created on Stripe's default test account when you load our docs and use our default API key. So clearly server-side you used the wrong Secret API key

#

also you should never share your Secret API key. It's extremely sensitive and you just shared a picture of it on a public server that anyone can see. Please be really careful with your keys

#

horacioen_apikeys-issues

near pivot
#

so the problem is on the secret api key '

#

?

thin gyro
#

yes

near pivot
#

thanks