#joni.giuro

1 messages · Page 1 of 1 (latest)

crimson cragBOT
sturdy pike
#

Hey! No such thing as a stupid question. That's pretty much it:

  • Switch out your API keys.
  • Change any webhook signing secrets.
  • Be wary of any hardcoded object IDs as they will be different between environments.
#

The toggle on the Dashboard is purely for switching between live/test data on there, has no impact on your integration

proud umbra
#

I changed the api keys but still see the test mode, the webhook secrets might be the issue in this case. I'm using firebase's stripe extension, it's probably hidden in there somewhere

sturdy pike
#

but still see the test mode
Where do you see test mode?

proud umbra
#

when I go on my site and try to subscribe, I see "test" next to my app name

sturdy pike
#

You'll likely need a separate Firebase project for your production environment that talks to your live Stripe environment

#

When you install the extension on that project, you'd pass your live keys when prompted

proud umbra
#

I see, thanks!

#

btw is there a way to copy my test products over to live or do I have to manually recreate them?

sturdy pike
#

You can from the Dashboard, yep:

proud umbra
#

Nice! Thanks a lot!