#lukeKu-webhook-retry
1 messages · Page 1 of 1 (latest)
Hi there, are you trying to resend and event, or reconfigure an endpoint on a Connected Account?
Or something else?
I'm just trying to resend an event
We are trying to debug a race condition in our code and resending the webhook would be helpful
How are you resending the event? Using the CLI?
Ah okay so via the Dashboard
Thanks
Looking
In order to get to that event in your Dashboard you are using "view as", correct?
To view as the Connected Account
Wondering if you can try using the CLI and let me know if you hit the same issue? I'll need to try and repro the Dashboard issue when I get a moment and then report that assuming there is a bug there.
Here is the CLI reference: https://stripe.com/docs/cli/events/resend
The request should look like stripe events resend evt_1L3W8P2UdUrLYahH08bd0JHh --account=acct_1KvQ0K2UdUrLYahH
hmmm... do I need the api key for production?
No you should just need to be able to login to your account.
Type stripe login in your terminal
And then it will prompt you to login to your account
Ah okay interesting
Do you know what role you have for your account in the Dashboard?
Wondering if that is why you hit the previous error (though the error message didn't seem to indicate that)
Developer
Okay I was able to reproduce the error
I do think it is specifc to view-as
Seeing how we can get around this
Otherwise you may need your secret key in order to resend Connect events... though I don't think that should be the behavior here
I'll also file a ticket to get this (the view-as issue) fixed for the future