#bwurtz999_api
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/1392265276858564833
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! What kind of Stripe Account are you creating?
Cool cool. You need to create an Account Link for them: https://docs.stripe.com/connect/standard-accounts#create-link
Oh interesting OK
My use case is a little challenging. Can I describe it to make sure it will still work?
I have users creating accounts for restaurants on my platform. The restaurants don't have accounts on my platform when the Stripe account is created
I see the docs say to never email/text the account link
At some point they click a button that executes on "please create me a connected Stripe account" right?
And you're creating it, right?
And then they land back on your site?
Well... the users have the contact info for the restaurants (including name and email of the account owner)
So the user is creating the restaurant
Oh well actually I create a restaurant account on my platform when the Stripe account is created
So I could store the account link to their profile
And they could access it when they first login
That would work, right? Is there an expiration on the account link?
It could be a week or 10 days after their account is created before they go through the onboarding process
There's no expiration on the link?
... it would be better to wait until their first login, and then create the link and tell them to go there and finish the Stripe stuff.
(I think it expires)
OK. I assumed it would but the docs don't seem to mention anything
Well there's this
The link expired (a few minutes went by since the link was created)
It really expires after a few minutes?
It's not very clear
Ya, it's meant to be created when needed - so, like, when the user clicks the "Click here to finish onboarding with Stripe" link that you're going to add to create the link and then redirect them to it. ๐คช
Got it ok
Or even: "Click here to login to Stripe"
Yeah this is starting to make more sense
Actually, the first one makes more sense. After that they can just go to dashboard.stripe.com to access their Stripe stuff.
Sorry - which first one haha
Sorry. ๐ "Click here to finish onboarding with Stripe" during their first time logging in (or whenever makes sense in your app).