como obter as taxas de processamento de faixas API

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