#Reid-dispute-event

1 messages · Page 1 of 1 (latest)

willow marten
#

Happy to help. Do you have a dispute ID?

cunning hazel
#

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.

willow marten
#

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?

#

Right now it only listens for account.updated and payout.failed

cunning hazel
#

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?

willow marten
#

Would this event ever go to an account webhook?
I don't believe so, because it's a charge.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 the transfer_data field

cunning hazel
#

Great. Thanks for clearing that up!

willow marten
#

Sure thing!