#aeternum_best-practices
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/1491095079668945056
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
the working on got cut off, it should say
I am converting a marketplace that previously had sellers link their own full stripe accounts, and are migrating to stripe connect (express?)
The goal is to MOR, sell directly to the customers, create the connect accounts via api embedded, and element ui for verification stuff.
hi there, if you're using Express accounts with Connect, then there are two ways to collect fees from your connected accounts on transactions:
- Application Fees: The full amount of the transaction is transferred to the Connected account, and then a separate fee is transferred back to the platform
- transfer_data[amount]: You subtract your fee from the transaction total and send the rest to the Connected Account
these differences can be found under the "Collect Fees" section of this doc: https://docs.stripe.com/connect/destination-charges
Hopw do I make sure their money goes into storage balance and my fees go into payments balance
I'm not sure what you mean by this, can you explain more about what you're trying to do here?