Comment obtenir des frais de traitement de bande API

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