#drismail_refund-stripe-fees

1 messages ยท Page 1 of 1 (latest)

minor micaBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1337130142425940149

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

valid ocean
#

Hi ๐Ÿ‘‹

You cannot refund Stripe fees, as far as I know. You can only reverse Connect fees (if you used Stripe Connect)

cold axle
#

That's not what I meant

#

I meant that I want the end user to incur the fee

#

i.e
user pays 100$
user requests refund
user gets 97$

#

stripe fee is incured by end user

valid ocean
#

By "end user", who do you mean?

#

The customer, a Connected Account?

cold axle
#

The customer

valid ocean
#

Well, as I mentioned, there isn't a parameter to exclude this fee amount when creating a refund. What you could do is find the stripe fee amount from the original charge and adjust the amount refunded to be amount - fees.

cold axle
#

I see, thanks!

valid ocean
#

Happy to help! Just so you have the details, you can specify the amount to refund when you create the Refund object which we document here. It can be any amount up to the total of the Payment Intent/Charge.