#surbhi
1 messages · Page 1 of 1 (latest)
Hi 👋
What is your question?
i teste my webhook using cmd
i provided the secret key
but now i want to go live
how do i get secret key
In your dashboard looking at your API keys there is a switch to toggle the keys from test mode to live mode: https://dashboard.stripe.com/test/apikeys
You can use that to get your live Secret key.
But do you mean you want to get a webhook in live mode?
ya webhook in live mode
You can review all the steps necessary to take your webhook endpoint live here: https://stripe.com/docs/webhooks/go-live
that document is not helping e
i neeed real help
in that document, it says create a end point
while creating a end point it ask for secret key of webhook
i am stuck here
its like a deadlock
so when u test it using CLI... u get secret key
but i want to go live
what will be my secret key for webhook
endpointSecret for live?
Have you created your webhook in the Dashboard or with the API?
i have created in the dashboard... but in my controller.. what should i give in endpoint secret
what to do here
should i remove
You can retrieve the endpoint secret from the dashboard
how
It's in the details page for that webhook endpoint. It will be hidden but you can click the Reveal text to show it