#curiouslychase_api

1 messages ยท Page 1 of 1 (latest)

magic basinBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

bronze hearth
#

Hi there

#

Hmm weird... do you have 2 screenshots showing the difference that I can look at?

#

And the relevant account IDs for those screenshots?

#

The flow shouldn't be different in prod vs. testing as far as I know

worthy gale
#

Def. Here's a screenshot of what my co-founder sees in Prod when he tries to setup stripe connect and I don't get that in dev. I go from setting up my bank to the confirm page.

One thing I wondered was if maybe I set that up "before" in my dev env and it's persisting so it doesn't take me to the screen.

I can make some looms if that's helpful too to see the end to end that I bypass this screen entirely in dev.

acct_id = acct_1JTXOqFyKryzUxEr

#

The account id I shared was our org in Stripe, but maybe you need the ones that show up in the sessions?

bronze hearth
#

Hmm that account ID you shared is not a Express Connected Account?

#

Yep

#

I need the actual Account IDs that are going through the onboarding flow

worthy gale
#

cool, sorry, had a moment of great density ๐Ÿ˜›

the one that doesn't see it: acct_1Rlu2PC45reUSkpH

bronze hearth
#

lol no worries ๐Ÿ™‚

#

Ah okay yeah for that one you are passing a business_profile.url which gets set as the Statement Descriptor

worthy gale
#

the one that does see it: acct_1RgudxFswgpbghqY

bronze hearth
#

I assume you aren't setting a URL on the other account but looking

#

Yep you are not

#

We have some fallback logic for what will be used for the Statement Descriptor if it is not provided.

#

One of those fallbacks is if there is a URL provided

#

I understand that is a bit confusing here...

worthy gale
#

Based on the way we want our subscribers / creators to interact (that they never have to see each other), can we set the business_profile.url for the creator to our URL or is that considered a no no?

bronze hearth
#

I think you can, yes, but really that is a better question for our Support team (via https://support.stripe.com/contact/login) as they would be able to better tell you about account verification information (we just focus on the API here)

worthy gale
#

And I guess the question that's "further down the stack" is "did I set this up wrong so that they never need to set that up?" or is that just part of how money works?

#

cool, that makes sense. Thank you!

bronze hearth
#

You didn't do anything wrong

#

It is more of just a preferences thing.

#

Like the more information you collect up front the less we try to collect from your users during onboarding.