#Erith - webhook events
1 messages · Page 1 of 1 (latest)
They initially retried automatically a couple of hours ago, and I just tried resending manually after changing the URL
Gotcha. I'm not 100% sure off the top of my head whether this will work to be honest, but you can try the following:
- Use the events resend cli command: https://stripe.com/docs/cli/events/resend
- Pass the event id, then also make sure to pass the live flag: https://stripe.com/docs/cli/events/resend#events_resend-live
- Pass the webhook endpoint ID: https://stripe.com/docs/cli/events/resend#events_resend-webhook-endpoint
I've attempted what you mentioned, but I've run into an error. When I try sending the CLI command, I get
The provided key 'rk_live_***' does not have the required permissions for this endpoint on account 'acct_***'. Having the rak_webhook_write' permission would allow this request to continue.
I can't seem to find where to go to solve that
What is the exact command you are sending?
stripe events resend evt_1Lb2GGJTgGOje3OZBmlIYFmv --live --webhook-endpoint=we_1IOpWIJTgGOje3OZO15fXh8S
ok instead of using the live flag, can you try passing your live secret key like this: https://stripe.com/docs/cli/api_keys