#stevefan_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/1428039586038419557
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I don't understand the use case for application fee with global payouts. Can you describe more? Wouldn't you just send the recipient less money?
that would mean i need to debit the funding bank account for a larger sum to cover the fees we want to take from them, correct? I'm just worried if i don't go through official stripe mechanisms that will i have regulatory issues
yeah we're a platform that wants to allow its users to send money to pay their vendors
and we want to take a fee from our users when they send this money
we currently use stripe connect for our users to receive money, but we're missing that sending money out piece that we're thinking about using global payouts for
no they're on express
Ah cool
You should be able to just do an account debit for the fee then: https://docs.stripe.com/connect/account-debits
hmm but i think the 1.5% extra cost is not viable for us
if we have to just debit extra money from our users' bank accounts that's fine, just want to know the correct way to do this.