#NewtReyes-Connect-Webhook

1 messages · Page 1 of 1 (latest)

solar field
regal isle
#

Hey, bismarck

#

Ok

#

That worked

#

What if I want to retrieve all failed webhooks for different connect accounts?

#

Is there some way to do that using our platform account secret?

#

We would like to bulk resend some failed webhooks

solar field
#

There is a delivery_success param

#

But you can only retrieve from 30 days ago

regal isle
#

That's OK

#

the problem is that when I try to retrieve the account updated failed events, it returns empty although I can see some failed yesterday

solar field
#

Are you passing the Stripe Account header?

regal isle
#

Nope

solar field
#

Then you are just attempting to list from your own account so empty makes sense.

#

You can't list all Connected events in one request

#

You must list per-Connected Account

#

So you would need to loop through your accounts here

regal isle
#

But if I pass the Stripe Account header, then I only get the ones from that Account

#

Ex.

#

But what I want is all the failed ones from different account like what I see in the dashboard

#

Is there any way to get that list?

solar field
#

No that's not possible

#

You have to list per account

#

There is no way to just retrieve all failed Connect Webhooks

regal isle
#

ok