#hugo-tessera_docs
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/1240937389611024404
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
No, you'd use separate charges and transfers instead: https://docs.stripe.com/connect/creating-a-payments-page?platform=web&ui=stripe-hosted&destination-or-direct=separate-charges-transfers
I see
So please correct me if am wrong, the flow will be as follow:
- Customer purchase 100$
- The (100$ - Stripe Fees ) go into the application account
- Then I transfer the remaining account - platform fees into the connected account
Yep, exactly!
So in my example, is stripe fees are 2$
- Customer pays 100$
- 100-2 = 98$ goes in to the application account
- 98-3 = 95$ are transfered to the connected account
Transaction = 100
Stripe fees = 2
Application fees = 3
Connected account received 95
Just to double confirm, is it free to transfer from an account to a connected one?
Correct, that is how it'll work
No fees to move funds between Stripe accounts