#david-payout-reconciliation
1 messages · Page 1 of 1 (latest)
Same exact question as above, what a coincidence
You can use the https://stripe.com/docs/api/balance_transactions/list + payout: 'po_123' to see which transactions are bundled in that Payout
You can also use https://stripe.com/docs/expand as a feature to get more details so you can go from BalanceTransaction to Charge to the Invoice to the Subscription for example
Thanks @glacial condor! I'll dig into this immediately! Looks like it might be exactly what I'm after...
https://stripe.com/docs/expand/use-cases#charges-in-payout is a good read for this
OMG... it's like this was written for my exact scenario. No clue why this didn't surface in my initial searching. Thanks again!