#Adi-live-key
1 messages · Page 1 of 1 (latest)
Hi 👋
-
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.
-
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" -
What endpoint secret are you referring to?
- 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 ?
No, it's unique for each webhook endpoint, and those endpoints don't span across modes.
ok so you mean same for both test and live mode right?
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.
oh ok how do I create that new webhook secret for live mode??
Do you already have a webhook endpoint created in live mode?
yes already created
Oh, then you use that.
use what? same webhook secret for test and live mode?
No, each webhook endpoint has its own secret, and an endpoint can only exist in test or live mode, not both.
- You go to your list of live webhook endpoints:
https://dashboard.stripe.com/webhooks - Click on the one that you want the signing secret for
- Click on "Reveal" under "Signing secret"
thanks a lot got it
Happy to help!