#vladan-risti_docs

1 messages ¡ Page 1 of 1 (latest)

vestal ospreyBOT
#

👋 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/1292817809495031819

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

visual heart
#

hi there!

#

Say a charge is 100$ and app fee is 50$.. i want a full refund but refund_application_fee is false, how much will the customer be refunded?
the end user will receive the full amount, so $100.

dark lynx
#

Okay so the 50$ that the application fee was, will be taken from the total balance of the connected stripe account, since the refund_app_fee param is false?

visual heart
#

can you clarify if you are using Direct Charges or Destination Charges?

dark lynx
#

direct charges

visual heart
#

with refund_application_fee: false, it means the platform account will keep the $50. so the connected account will lose $50 + the Stripe fee.

dark lynx
#

okay, so for a full refund, we will have to use refund_app_fee true, otherwise the customer will only get the amount the connected account made?

visual heart
#

I don't understand. if you set refund_application_fee to true or false, in both case the end user will get a full refund.