#mohamedamineelgaouzi
1 messages · Page 1 of 1 (latest)
Hello
So the issue is that you are seeing the full Charge on the Connected Account refund but you only want to issue a partial refund?
i want to do refund of all the full charge, what im seeing now is connected account having negatif balance because he refunding full charge from his balance
Gotcha yeah that's not possible if you are creating charges on your Connected Account
The fees are taken out of that account and fees aren't returned on a refund
The customer will still receive a full refund however
okay , can i refund fee i received from admin to connected stripe account from my dashboard
The processing fee or the application fee?
the fees i received as commission can it be refunded to connected stripe account ?
seems like i can , just tried and
how do i calculate fees stripe has taken ?
Yep, you just set refund_application_fee: true on your refund request: https://stripe.com/docs/api/refunds/create#create_refund-refund_application_fee
You look at the balance transaction for the Charge to see what the processing fee is. See: https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment
okay thank you
Sure
nice , its working as i want