#one_webhook-secret
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/1217961836737986690
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- one-love_api, 6 hours ago, 53 messages
- one-love_api, 2 days ago, 4 messages
- one_checkout-shipping, 2 days ago, 86 messages
- one-love_checkout-address-collection, 2 days ago, 5 messages
- one-love_webhooks, 3 days ago, 60 messages
- one-love_code, 6 days ago, 22 messages
one_webhook-secret
@potent cipher each WebhookEndpoint has its own secret value that you get on creation. So yes you have to track the right value and have your code use the right one
Okay Thanks. Do you know where that is in the API?
Can I set that up in testing mode?
https://docs.stripe.com/api/webhook_endpoints/object#webhook_endpoint_object-secret
The endpoint’s secret, used to generate webhook signatures. Only returned at creation.
I don't understand you. Do I replace the Testing secret key with the one attached to my endpoint? It looks like this we_1safdfasdffsadfdfix1ibJBK0x
You need to carefully read the doc to try and understand and not just copy-paste example.
we_123456 is the WebhookEndpoint id
whsec_123bawdqwe13 is the WebhookEndpoint secret
So just replace it in my code?