#joe-payout-reconciliation
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/api/balance_transactions/list + payout: 'po_123'
that will give you all the BalanceTransactions bundled in the Payout. And from the BT you can go to its source => Charge => PaymentIntent
@errant hill Ah, Fantastic. Thank you!