#Dipali
1 messages · Page 1 of 1 (latest)
Hi, yes - there is a way. Let me find that document
great, thanks
You can achieve this by listing the Balance transactions with expand here, https://stripe.com/docs/expand/use-cases#charges-in-payout
so if I get the payout Id, it will give all BalanceTransactions for this payout?
yes, you'd want to use, expand: ['data.source'], as well
Ohk great, so ['data.source'] helps get the transactions?
yes!