#iy2011-balancetransaction-source
1 messages · Page 1 of 1 (latest)
iy2011-balancetransaction-source
A BalanceTransaction represents money moving into/out of your balance. It's usually tied to "something else" that caused that money movement, like a Refund or a Charge for example.
So when you get a BalanceTransaction you can expand (see https://stripe.com/docs/expand) the source to see what caused it. If it's a Charge, it will possibly have the customer property set for example
Got it!