#michaelliu-disputes
1 messages · Page 1 of 1 (latest)
@shadow lion I've never seen an example of this, but the documentation explains some of the conditions that might lead to this.
If it happened I'd be recommending you work with support to understand that dispute and what it covered.
What important is making sure you're tracking the events etc to know when they are raised so that you can investigate and respond promptly
re 2/ not that i'm aware of, no
You should run some tests using the dispute test cards for 3/:
https://stripe.com/docs/testing#disputes
So you can see how the data looks
Thanks. As per the stripe docs for disputes https://stripe.com/docs/api/disputes/object, the charge field should include only one charge id. There doesnt seem to be any allowance for multiple. So would the bundling issue only apply to balance transactions?
As the docs imply, this would manifest as a dispute for more than the charge amount (even when accounting for currency)
If you receive a dispute for more than the original charge amount ...
So this would suggest other charges are implicated
but it would only point to a single charge
You'd then try to look at other payments for that customer to figure out what's included, and otherwise contact support for assistance
Thanks. Do you have an answer for the third point about fees?
Like i said, i recommend testing this, but yes the fee is included in the net withdrawal:
Thanks, Ill test with some test cards