#alexrak2_code
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/1486011656281653279
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! Taking a look ๐
Your platform can facilitate dispersing payments across multiple connected accounts with separate charges and transfers: https://docs.stripe.com/connect/separate-charges-and-transfers
This means the charge is created on the platform, then it keeps a portion and transfers the appropriate amounts to the connected accounts.
but the invoices are paid to the merchant of trade not the platform. so i cant do transfers to multiple connected accounts
or are you saying once an invoice is paid, the platform charges that account the "platform fee", then that charge is complete it transfers it to who ever it needs
Separate charges and transfer allow you to specify the settlement merchant with the on_behalf_of parameter: https://docs.stripe.com/connect/separate-charges-and-transfers?platform=web&ui=stripe-hosted#settlement-merchant
So even though the charge is created on the platform (allowing them to keep/disperse funds as needed) it still appears as if it is for the connected account to the customer. Does that help?
ohh
thank you!! this points me in the right direction
Awesome, happy to help!