#Reid-dispute-event
1 messages · Page 1 of 1 (latest)
I do! I also have the event id.
disputeID:pdp_1Kz8miFXc3zoUgUupwS818ff
eventID: evt_1Kz8mkFXc3zoUgUu6n4izjwT
I think that first one is the dispute id anyway. I also have the paymentID that the dispute started from if that is helpful.
It doesn't look like there were any webhook attempts. Let me dig a bit deeper. Just a second
Have you received events for charge.dispute.closed since May 13th when this dispute closed?
Ahhh, okay I figured it out. The charge that was disputed was created on behalf of a connect account, so you need to make sure your connect webhooks are configured to listen for other events: https://dashboard.stripe.com/webhooks/we_1H7tI1FXc3zoUgUuJQM2ZJvI
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Right now it only listens for account.updated and payout.failed
oooooh, so we are listening for that on the wrong endpoint. We are listening for that on the Account webhook
Would this event ever go to an account webhook? like if the dispute was won instead? Or would that only be related to a dispute on a subscription payment or somesuch?
Would this event ever go to an account webhook?
I don't believe so, because it's acharge.dispute.<something>event, which means it lives on the charge object, so the event should always be on the connect account for charges made using thetransfer_datafield
Great. Thanks for clearing that up!
Sure thing!