#lukeKu-webhook-retry

1 messages · Page 1 of 1 (latest)

proper ivy
#

Hi there, are you trying to resend and event, or reconfigure an endpoint on a Connected Account?

#

Or something else?

wise patio
#

I'm just trying to resend an event

proper ivy
#

Do you have a request ID I can look at?

wise patio
#

We are trying to debug a race condition in our code and resending the webhook would be helpful

proper ivy
#

How are you resending the event? Using the CLI?

wise patio
#

I was trying to use the interface from the link I just sent

proper ivy
#

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

wise patio
#

hmm

#

guess so, yes

proper ivy
#

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.

#

The request should look like stripe events resend evt_1L3W8P2UdUrLYahH08bd0JHh --account=acct_1KvQ0K2UdUrLYahH

wise patio
#

hmmm... do I need the api key for production?

proper ivy
#

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

wise patio
#

thanks

proper ivy
#

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)

wise patio
#

Developer

proper ivy
#

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