#k3davis
1 messages · Page 1 of 1 (latest)
You'd still receive a charge.dispute.closed event, it's just sent at the same time as .created.
i.e. it's no different really
ok, so I do understand that statement in the docs to mean we won't ever get a charge.dispute.closed event for ACH direct debit that isn't lost?
thank you
Struggling to find any concrete confirmation, but based on this: https://stripe.com/docs/api/events/types#event_types-charge.dispute.closed
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Implies lost
that's useful, thank you. I think my main point of confusion was with the word "successfully" in the docs:
If a customer successfully disputes a payment, you must contact them if you want to resolve the situation
In this context, every dispute is successful, but this implies it might not always be.