#riku_code
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/1336322393131716618
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
Hi, let me help you with this.
I followed that link, but there is no possibility to sign up for Connect.
These are 2 separate questions:
- New Express accounts need to go through Stripe-hosted onboarding, a part of which is adding the payout method, like bank account.
- You need to go to your Dashboard and turn on Stripe Connect: https://dashboard.stripe.com/connect
Is there anhy other way I can produce this scenario:
create the intent and save payment method for Buyer** <-done**
wait for Seller to reply if they still have the item** <-done**
If they still have it, confirm the Buyer's payment** <-done**
When Buyer aknowledges they have received the item, transfer funds to Seller, deducting our comission and shipping cost. <-do i need Stripe Connect?
Oh, sorry. So this is for a consumer to consumer platform where they sell used items and the platform charges a commission
Seller would have a form on their account in the platform to add credit card details. When the Buyer has received the items they mark their order as complete and then the uncaptured payment is captured and the sum - our commision is transferred to the Sellers card.
If the seller has not yet given their card details, we ask them to do so on their account on our platform.
<-do i need Stripe Connect?
Yes, you need Connect to pay out funds to third parties.
OK. Does 1. in your reply mean, that each of the Sellers need to go through this onboarding? Or just us?
Each seller needs a Stripe account and needs to go through the onboarding.
Ouch... Not very convienient then...
What is the process exactly? Would they then have their own "dashboard" from where they can transfer the money or can we somehow do a direct transfer?
From our Stripe account to their card?
I suggest you to read more about how Stripe Connect works, and let me know if you have any follow-up questions: https://docs.stripe.com/connect/how-connect-works
I think this is the process I am talking about: https://docs.stripe.com/connect/collect-then-transfer-guide?platform=web
Generally, after onboarding your clients won't need to use any Stripe surfaces. Transfers (your Platform account balance -> their Connected account balance) will be managed by you, and Payouts (their Connected account balance -> their external bank account) can be automatic.
OK. Thanks. I will look into this.
One more thing. Where do we sign up for Stripe Connect?
On your Stripe Dashboard âď¸
Found it! I'll try to figure this out. Thanks