#damenz
1 messages · Page 1 of 1 (latest)
Hello! Have you looked into Stripe Connect at all yet? (Just want to know which docs to send you)
In my understanding, Stripe connect doesnt do that
in stripe connect, the sub-account (house owner in my example) receive the money right away and the website keeps a cut
Well that is my understanding
Here is the behaviour I need
Client pays 1000$
Website keeps the 1000$
After the checkout, the website pays 900$ to the house owner and keep 100$ (platform fee)
Its important that the website keep the money until the rental is over / checkout is done
the house owner can't have the money before that
my understanding of stripe connect is if the client pays 1000$, the house owner receives 900 and the website keeps 100$ right away
I can't do it that way because we need to ensure that the website can / will be refunding the client in case of a refund or cancellation
thats our duty as the website owners, but I have no guarantee that the sub-stripe account (of the house owner) will have that money at hands if the client ask for a refund
Stripe connect can definitely do what you're describing - you'd just use a different account type/charge flow
You want something like https://stripe.com/docs/connect/collect-then-transfer-guide right?
Can we control when the transfer (to sub account) is done?
Yes - if you do separate charges and trasnfers (https://stripe.com/docs/connect/charges-transfers) then you have complete control over when the transfer is created
But when the client initially rent for 1000$, who have the money at that point?
the main stripe account (website owner)?
and using that seperate charges and transfer, the main account (website owner) pays the sub-account when he wants to ? (after customer checkout)?
Yes, the main stripe account (the platform) would have the money
and that account would transfer some portion of the 1000 to the subaccounts (the house owners) when they choose
So my schema is doable this way right?
Also, we would like neither the platform nor the house owner (connected account) to have to pay the stripe fees. (We would like to have the customer handle the fees).
How can we do it since stripe fees are charged on the total, so even if we add the 2.9% on the initial amount that is charged to the customer, this extra 2.9%.... will be charged on top of the 2.9% of the stripe fee
The one difference I'd call out is that the 100$ you end up with doesn't actually get transferred BACK to you - (so there's no arrow back from the connected account to the platform)
Oh yeah it stays there, my schema was not right for that part
i only send 1000$
Ok so this is perfect so far;
Only thing left is the stripe fee
The platform "goal" is to have the house owner get 100% of the rental
and pass all the fees to the customers
(including transaction fees, aka stripe)
Does https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers answer your question? You're basically wondering how to set your pricing so that stripe fee is taken into account for the amount charged to the customer
This way we wont have "double dipping" of the fees?
Lets say its 1% + 10c (just for the example)
1000$ (taxes included) = 1000 + (10$ + 0.1) = 1010.1$
Using this I can have the client pay for that 10.1$ while still getting the full 1000$?
yup! but I would pay close attention to the callout we have at the end of link I shared - you'll want to make sure that you're allowed to pass on the stripe fee in this way
Im pretty sure its legal in canada but I will double check
Also, if the client wants a refund using the scenario mentionned above; who is liable ?
Since we keep the money until "the rental is over / checkout is done", the platform is liable?
Yeah with separate charges and transfer the platform is liable
And after transfering the money to the subaccount?
I'd also recommend reading https://stripe.com/docs/connect/accounts if you get a chance - for separate charges + transfers you'll want to use express or custom accounts
If the customer ask for a refund ? (We obviously have proof of checkout at this point)
Even after transferring you're still liable
Ok so we would have to show proof that he did use the full rental
gotcha
Is this feed gonna stay open / not get deleted if I want to come check our conversation back in the next weeks?
@fierce storm
You can bookmark this link to the message at the start of the thread so you can access it later. We'll lock & close it from further messages, but you can still read it.
https://discord.com/channels/841573134531821608/1105923914217033819
Thats perfect, thanks a lot guys !