PHP code snippet – How to get stripe processing fees api?
$stripe = new \Stripe\StripeClient($stripe_private_key); $stripe->charges->retrieve("ch_1IcRUBAkMhLUk27pFaXmrUpz", ['expand' => ['balance_transaction']]);
$stripe = new \Stripe\StripeClient($stripe_private_key); $stripe->charges->retrieve("ch_1IcRUBAkMhLUk27pFaXmrUpz", ['expand' => ['balance_transaction']]);