#sticks_connect-commission-payments

1 messages · Page 1 of 1 (latest)

wet stormBOT
#

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

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

left stump
thorn hazel
#

Hmmm, would destination have its total set to what they get, then the application fee set to the rest?

left stump
#

I don't recommend using application fees. that would send the whole amount to the Connected Account and then send the fee amount back to you. In my opinion, that's a bit backwards.

#

I think it makes more sense to use the transfer_data.amount parameter to transfer the commission amount to the Connected Account

thorn hazel
#

Then the rest gets sent to my stripe balance?

#

it’s a little unclear on the docs

left stump
thorn hazel
#

Ah I see then. I was reading through separate charges and transfers, I transfer it to a connected account then the rest defaults to my stripe balance as far as I understand

#

For users signing up, what would they choose in the “business” field

left stump
#

Not really, no. You process the charge on your account and you choose to transfer some funds to another account

#

As for the business type, that's up to you and your integration

thorn hazel
#

Sorry, this is confusing to me lol

left stump
#

Please take the time to read the docs carefully and thoroughly. Stripe Connect is a complex integration and you can either build it in a way that makes your integration easier or is constantly a struggle. I cannot walk you through every point of the integration myself.

thorn hazel
#

Ok, thank you!