$stripe = new \Stripe\StripeClient($stripe_private_key); $stripe->charges->retrieve("ch_1IcRUBAkMhLUk27pFaXmrUpz", ['expand' => ['balance_transaction']]);

Read more of this post