does stripe billing charge payment processing fees code example
Example: how to get stripe processing fees api
$stripe = new \Stripe\StripeClient($stripe_private_key);
$stripe->charges->retrieve("ch_1IcRUBAkMhLUk27pFaXmrUpz", ['expand' => ['balance_transaction']]);