#Edvinas
1 messages · Page 1 of 1 (latest)
Hey! Bit of a broad question! Is there a specific use case you're trying to account for?
Unfortunately, I do not have specific case, but I can describe end result in short. I'm simply trying to track transactions made during dispute process of single user.
I see how dispute flow works here: https://stripe.com/docs/disputes/how-disputes-work
But can't get the info which of provided statuses initiates the transaction
It's just a thought, but is it possible, that Stripe:
- deducts funds when dispute is raised (First transaction)
- returns money if dispute is won (Second transaction)
Or is there more to it?