#cinbx_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1226691738354192435
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
In Stripe Dashboard, there are test and live mode API keys. It sounds like you copied the test mode key
I know you're here, but I think I figured it out. I haven't touched this code for a while and I forgot I already had test keys in place for this and not the real keys
Sorry about that, can I try quickly and update you?
No worries!
On the top right corner of the Dashboard, you can toggle to the live mode and copy the live mode secret key
Yeah, I tried that as well.
So I just placed the live keys in my Vercel app env variables.
How will Stripe dashboard know that I have done this successfully? I think it's still keeping my app in "test mode" because it thinks I have not done step 4 of 4
Stripe uses the API key to determine whether your payment is in live or test mode.
The test and live mode will be in the following format:
- Test:
sk_test_xxx - Live:
sk_live_xxx
If you use third party integration, I'd recommend reaching out to their Support. They control your integration that Stripe has no visibility to.