#mount-payout-reconciliation
1 messages · Page 1 of 1 (latest)
you want to use https://stripe.com/docs/api/balance_transactions/list and pass payout: "po_123" to see all the BalanceTransactions bundled in that Payout
each BT has a source object that points to what caused the money movement (the charge, the refund, the dispute, etc.) and so you can expand source via https://stripe.com/docs/expand to get it all at once