#damenz_connect-charge-types
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/1221880527217361087
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
I don't really know what else to tell you beyond what you've read. Custom Accounts will give you the most flexibility but Express Accounts will provide more pre-built onboarding options
You need to figure out what makes the most sense for your business
But can we control the payouts if this is an express account?
1- Customer pays 100$ today. But is booking for next month.
2- As a platform, I must keep the money until the checkout, which is in 1 month
3- After checkout, I payout 100-10$ (10% platform fee) to the customer
Can this only be done in custom?
That depends on what kind of Charge you create
For this type of flow, you might consider using Separate Charge & Transfers https://docs.stripe.com/connect/separate-charges-and-transfers
That way the Charge from the Customer is independent of the Transfer to the Connected Account.
oh so that is doable using a express stripe connect account? This would have to be handled in the charge (payment) process?
Correct.
I am unsure whats the biggest difference where we would need to go "custom" instead of "express" (where that line is)
But all we need is to be able
1- Have the host setup a stripe connect account so he can be paid (as easily as possible, which express seems to do just fine)
2- Us, as the platform, control the customer payment, and decide when the payout occurs to the stripe connect account and control the platform fee (deducted from the customer payment)
This can be done by using express account and the https://docs.stripe.com/connect/separate-charges-and-transfers you mentionned ?
There is no "restriction / bottleneck" of using a express account in this scenario?
Our doc here has a good breakdown of when to use each account type: https://docs.stripe.com/connect/accounts
Ok thats a nice breakdown, I didnt see that page.
Is there a way to increase the charge amount so that it covers the stripe fee, without the stripe fee applying to that formula?
Lets say I have a charge of 100$ to do and that stripe fees are 3$ (for the example).
I would charge the customer 3$ so that it covers the stripe fee, but I dont want stripe to calculate its fee on 103$ now.
Is that doable?
Final customer price / charge
- Item price (100$)
- Platform fee (10% -> 10$)
- Processing fee (3% of 110 -> 3,3$)
Total: 113.3$
We have a formula for that but you will need to calculate it yourself and adjust the amount: https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers