#Daniele
1 messages · Page 1 of 1 (latest)
I don't think you can from that page. Let me dig a moment and circle back
😦 alright, any other way to do so? would need to filter our those sent events to see how our API is responding
and unfortunately we're working with thousands of connected accounts, so i can't just find one of our disputes
Do you have the Payment Intent ID for the disputed payment? Are you just trying to find one Dispute?
Are you just trying to find one Dispute?
that's it
sadly we can't scan all the connected accounts' payments to find a dispute and then check whether or not a webhook has been sent, too much compute needed
we just need 1 to check how the webhook was sent and retry it over and over
You may be better off using the API in this case: https://stripe.com/docs/api/events/list#list_events-types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can use charge.dispute.created
but does it list connected account events?
I believe you can make the API call on behalf of the Connect account to get events for that specific account: https://stripe.com/docs/connect/authentication
yep, understood, but
sadly we can't scan all the connected accounts' payments to find a dispute and then check whether or not a webhook has been sent, too much compute needed
so there's no other way of checking it?
Let me double check
You can also view the Dashboard as the Connect account and look at the Dispute view (see screenshots)
alright, got it