#Hân Trần JP
1 messages · Page 1 of 1 (latest)
Hello 👋
Yes we have docs on it here 🙂
https://stripe.com/docs/expand/use-cases#charges-in-payout
Thanks, let's me try
NP! 🙂
@iron sail I have a question, this call will return all the charges included in the last Payout, is it correct?
$stripe->balanceTransactions->all(['limit' => 1, 'expand' => ['data.source'], 'type' => 'charge']);
Great! Thank you! Perfect now.