#nikivi
1 messages · Page 1 of 1 (latest)
Hello nikivi, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• nikivi, 2 days ago, 224 messages
• nikivi, 2 days ago, 68 messages
Hi
hello
im launching my product today and have one final thing
that is stripe related
i have 2 environments
production and staging
that have env variables used like so
to create checkout
const stripe = new Stripe(process.env.STRIPE_SECRET_KEY!, {
apiVersion: "2023-08-16",
typescript: true
})
and this
i dont get though STRIPE_SECRET_KEY how to get this for staging and one for live
im checking this page in dashboard
and there is secret key there
i guess that test key in Test mode is what i should use right?
yes exactly