#latwelve-payouts
1 messages · Page 1 of 1 (latest)
Hi there!
You can retrieve all balance transactions for a specific payout ID by using this: https://stripe.com/docs/api/balance_transactions/list
I think in the source property of the balance transaction there should be the charge ID https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-source
great I'll check that - thanks again for your help
Hey I've taken a look, on pulling a payout ID it only seems linked to a single balance transaction id.
Would it help if I send you a live payout ID that has 4 associated payments that it's made up of and you'd be able to suggest the best way to access those associated payments via the api?
if so its: po_1LAmCSIWwRG2BJaDEzQEZuld
Oh I found this page in the documentation hat should help: https://stripe.com/docs/expand/use-cases#charges-in-payout
It covers how to see the charges included in a payout