#seth_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1301053676000907274
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey Jack, how is it going?
Hi Seth, so you want to charge an appropriate application fee to cover the processing fee, am I right?
yes thats correct
Ok. The processing fee can only be determined when the charge is succeeded. The workaround here is to estimate and charge a sufficient application fee on the connected account first, and refund some of it after the payment (https://docs.stripe.com/api/fee_refunds/create)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah nice one. There wouldn't be any limitations based on location of the connect account and the platform?
No, you can create application fee refunds in any of your connected accounts
Cool, well thanks for the quick response and work around!