#bwurtz999_api

1 messages ยท Page 1 of 1 (latest)

echo obsidianBOT
#

๐Ÿ‘‹ 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.

cosmic geode
#

Hi! What kind of Stripe Account are you creating?

sage skiff
#

Standard

#

Hi!

cosmic geode
sage skiff
#

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

cosmic geode
#

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?

sage skiff
#

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

cosmic geode
#

Yes, exactly.

#

That's fine. ๐Ÿ™‚

#

Actually ...

sage skiff
#

There's no expiration on the link?

cosmic geode
#

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

sage skiff
#

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

cosmic geode
#

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. ๐Ÿคช

sage skiff
#

Got it ok

cosmic geode
#

Or even: "Click here to login to Stripe"

sage skiff
#

Yeah this is starting to make more sense

cosmic geode
#

Actually, the first one makes more sense. After that they can just go to dashboard.stripe.com to access their Stripe stuff.

sage skiff
#

Sorry - which first one haha

cosmic geode
#

Sorry. ๐Ÿ˜‚ "Click here to finish onboarding with Stripe" during their first time logging in (or whenever makes sense in your app).

sage skiff
#

Right right ok

#

This has been really helpful

#

Thank you!