#just-john_docs

1 messages ¡ Page 1 of 1 (latest)

noble bloomBOT
#

👋 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/1308203876230627329

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

mossy quarry
#

For reference these are the options I chose based on the original instructions,

#

but after reading more I am thinking that API onboarding may be needed, which changes the other options. Also not sure if I need "destination" to take a cut of the payments or if "direct" will suffice.

hollow helm
#

Hi, let me help you with this.

#

create Stripe accounts for buyers
Are the buyers also the sellers? You only need Stripe Connect if you're planning to pay out funds to third parties.

#

Why you don't want to use hosted onboarding exactly?

#

You will still be able to create accounts via API.

mossy quarry
#

No, this is a rental system so we have 2 types: Renters and Owners.

hollow helm
#

Regardless of the approach, your Platform will be able to take an application fee.

mossy quarry
#

Renters only pay, and owners (sellers) only recieve.

#

If I understand correctly I would like to do hosted for sellers and API for buyers, but it does not appear that is an option.

hollow helm
#

Why do buyers need a Stripe account?

mossy quarry
#

Because payments are set up as subscriptions.

#

(And subscriptions need an account to save the payment info)

hollow helm
#

This doesn't require a Stripe account/Connect.

mossy quarry
#

Okay cool.

hollow helm
mossy quarry
#

So how do I create buyer accounts programatically? The docs linked me to Stripe Connect.

hollow helm
#

Customers don't need to go through onboarding.

mossy quarry
#

I assumed that much, but stripe.subscriptionSchedules.create wanted a customerId, so I assumed I needed to create accounts for them.

#

It looks like the customer object serves that purpose instead though.

#

I searched for that a bunch of times but the result I kept getting instead was for a similar one that used Stripe Connect.

#

Okay cool. So that endpoint is the answer to my main question.

#

I can just ask later if it's not clear how to take a cut of the payments or onboard the sellers.

hollow helm
#

Sure

noble bloomBOT
mossy quarry
#

Okay thanks!