#nachofranco14

1 messages ยท Page 1 of 1 (latest)

tender monolithBOT
gusty tundra
#

Would you rather check this on the API or Dashboard?

shy rampart
#

I'd like to use the API

#

and I have at hand the invoice_id and the charge_id that was disputed

gusty tundra
#

Gotcha. On the dispute object, you would look at the balance transaction: https://stripe.com/docs/api/disputes/object#dispute_object-balance_transactions. That balance transaction has fee, fee_details, and net properties that you can examine: https://stripe.com/docs/api/balance_transactions/object

shy rampart
#

cool, lemme check it and come back in a few minutes ๐Ÿ™‚

#

btw, is the same balance transaction as the charge that was disputed or is it a different one?

gusty tundra
#

No it will be a different balance transaction object

shy rampart
#

yes, that's what I'm doing

#

thakns

#

so I don't need to retrieve the balance transactions, they are already there, it's an array of objects

#

very good! ๐Ÿ˜„

gusty tundra
#

Yeah it should be on the dispute