#damenz

1 messages · Page 1 of 1 (latest)

gleaming garnetBOT
tepid lark
#

Hello! Have you looked into Stripe Connect at all yet? (Just want to know which docs to send you)

celest ferry
#

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

tepid lark
#

Stripe connect can definitely do what you're describing - you'd just use a different account type/charge flow

celest ferry
#

Can we control when the transfer (to sub account) is done?

tepid lark
celest ferry
#

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)?

tepid lark
#

Yes, the main stripe account (the platform) would have the money

celest ferry
tepid lark
#

and that account would transfer some portion of the 1000 to the subaccounts (the house owners) when they choose

celest ferry
#

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

gleaming garnetBOT
tepid lark
#

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)

celest ferry
#

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)

tepid lark
celest ferry
#

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$?

tepid lark
#

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

celest ferry
#

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?

tepid lark
#

Yeah with separate charges and transfer the platform is liable

celest ferry
#

And after transfering the money to the subaccount?

tepid lark
celest ferry
#

If the customer ask for a refund ? (We obviously have proof of checkout at this point)

tepid lark
#

Even after transferring you're still liable

celest ferry
#

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

quiet ivy
celest ferry
#

Thats perfect, thanks a lot guys !

gleaming garnetBOT