#zardw_
1 messages · Page 1 of 1 (latest)
What is the issue/error you're facing?
the response is "The expected signature was not found in the Stripe-Signature header. Make sure you're using the correct webhook secret (whsec_) and confirm the incoming request came from Stripe."
But when I test locally, I can receive webhook events
The webhook secret in local and the one in Dashboard are different
Can you double check you're using the right webhook secret from the Dashboard?
oh, let me check
when I login with stripe cli, it gave me a secret key of webhook.
Logging in via CLI is the webhook secret for local machine
If you set up Webhook endpoint in https://dashboard.stripe.com/test/webhooks, it'll be a different webhook secret
I can't find other webhook secret. can you tell me where it is in live?
The steps will be:
- Go to https://dashboard.stripe.com/webhooks
- Select the webhook endpoint you configured
- Click
Revealunder "Signing secret"
oh, i found it, it's very inconspicuous😫
Yup! It's not that obvious
thanks so much!👍