#curiouslychase_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/1395435101139243048
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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
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?
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
cool, sorry, had a moment of great density ๐
the one that doesn't see it: acct_1Rlu2PC45reUSkpH
lol no worries ๐
Ah okay yeah for that one you are passing a business_profile.url which gets set as the Statement Descriptor
the one that does see it: acct_1RgudxFswgpbghqY
You can see that in the response here: https://dashboard.stripe.com/test/logs/req_r8qM4W8FftnvLs
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...
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?
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)
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!
Hmm not quite sure what you mean by this?
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.