#Adi-live-key

1 messages · Page 1 of 1 (latest)

peak chasm
#

Hi 👋

  1. Your live key is more delicate than your test key so it has to be rolled in order to get a new copy of it.

  2. Your webhook signing secret is unique to each webhook endpoint you create. They can be found by clicking on the desired endpoint from the list in your dashboard:
    https://dashboard.stripe.com/webhooks
    Then click on Reveal under "Signing secret"

  3. What endpoint secret are you referring to?

dire ridge
#
  1. What endpoint secret are you referring to?
    I have already setup live mode stripe webhook endpoint but we also have webhook secret right? which starts with w_shec so is it same for live and test mode ?
peak chasm
#

No, it's unique for each webhook endpoint, and those endpoints don't span across modes.

dire ridge
#

ok so you mean same for both test and live mode right?

peak chasm
#

No. If you had a webhook endpoint in test mode, then you will need to create a new one for live mode and use the signing secret for it.

dire ridge
#

oh ok how do I create that new webhook secret for live mode??

peak chasm
#

Do you already have a webhook endpoint created in live mode?

dire ridge
#

yes already created

peak chasm
#

Oh, then you use that.

dire ridge
#

use what? same webhook secret for test and live mode?

peak chasm
#

No, each webhook endpoint has its own secret, and an endpoint can only exist in test or live mode, not both.

dire ridge
#

yes but on live mode where can I find that webhook secret?

peak chasm
dire ridge
#

thanks a lot got it

peak chasm
#

Happy to help!