I'm using Connect w/ custom accounts, and a recurring request from my clients is to see the list of charges that contributed to a payout in order for them to reconcile their books. I figured it would be straightforward, since the Stripe UI shows a summary of charges when you dig into the details of a payout... but I haven't been able to figure it out.
I was expecting a Charge.list call passing a Payout (more convenient) or Balance Transfer ID (less convenient).
I can't imagine I am the only person to need this though, so I figured I'd ask here.
What would be to recommended way to do this?