#xxxxx-refund-fee
1 messages · Page 1 of 1 (latest)
so that means we should not return the stripe fee back to our buyer ?
Say you process a charge for $10 which as a $1 fee. You then refund the original payment, so $10 will be returned to the buyer and your net will be -$1
that means i shouldn't return the stripe fee back to the buyer i should only return the product_cost + restocking fee.
Right?
Well, it's up to you
But default behaviour is to refund the full charge amount, which leaves the Stripe merchant with a negative net amount
You process a charge for $10 which has a $1 fee.
You then refund the original charge, so the full $10 will be refunded to the buyer (assuming you don't pass the amount parameter).
The processing fee ($1) is not returned to the Stripe account if the charge is refunded.
$10 - $10 (refund) - $1 (fee) = -$1
how it is like that like i have a product of $10 and $1 stripe fee so the amount collected is $10 + $1 = $11. Now at the time of refund i just refund the $10 only . so $11-$10=$1 how it is creating a negative balance?
The Stripe fee isn't collected on top of the charge amount. It's deducted from the charge amount
sorry i didn't understand.
The example I outlined explains this
while calling the api stripe.paymentIntents.create under the amount we are passing the product selling price and under the application_fee_amount we are passing the stripe fee + platform fee , so this is collected from the buyer card and send to the seller stripe account right?
then at the time of refund we are just refund only the selling price of product.
Then i am not getting how it will create negative balance?
You didn't specify you were charging to cover the Stripe fee
means?
Can you state your original question please, I'm very confused
Yes sure, like my buyer purchase a product of $10 so we charge him $1[stripe fee] + $2[ platform fee] , so the total amount charged is $13. Now our buyer cancel the order , now we have to give him refund - so we just give him $13 - $1[restocking fee].
we also have to deduct the stripe fee as well? when we are refunding $13 - $1[restocking fee]-$1[stripe fee] .
if i don't deduct the stripe fee while refunding will it impact anything?
Is it clear now?
That's entirely up to you/your business. But Stripe will not return the processing fee following a refund
will it create negative balance?
In your example, the net amount would be $0
pi_3KbZ6GHFt6qIi7wn141ta1l4
will in this case if i remove the stripe fee , will it create a negative balance?
can you please check it out?
Have you tested it?
yes , as my client is saying that we should only deduct the restocking fee from the product selling price , not the stripe fee also.
Will it not create a negative balance?
It depends. What's the Stripe fee for the particular transaction?
So in that particular instance, no. If you refunded the Stripe fee you'd be left with US$0.50
i am asking if i do not return the stripe fee then?
Is it not clear from that screenshot?
basically how can i check for the negative balance?
Amount: $9.68
Refunded: $8.91
Fee: $0.58
Net:$0.19
If i do not deduct the stripe fee. Can you please tell from where this $0.58 is coming.
stripe is charging?
That's the Stripe processing fee calculated according to our pricing on the basis of the $9.68 charge
That means stripe also charge for refunds?
No, we don't charge for refunds:
There are no fees to refund a charge, but the fees from the original charge aren’t returned.
https://stripe.com/docs/refunds