#tim_connect-apps
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/1263156656326443080
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Hello
You should be able to have both a Stripe App and a normal Connect platform in the same account.
You are seeing that not be the case?
Correct. I am seeing that not be the case.
If I go to https://dashboard.stripe.com/settings/connect I can see a few categories of settings... but then when I click into one, e.g. Platform profile, it does a weird redirect to https://dashboard.stripe.com/connect/accounts/overview
Do you see an error when attempting to create an account?
Oh interesting, it won't let you complete a platform profile?
Correct. And it won't let me enable hosted onboarding.
That screen I can get to (doesn't do weird redirect) but the option to save / proceed is disabled
I think I probably CAN create accounts (haven't tried). I have several existing "Connected Accounts" because they've installed my Stripe App.
Gotcha, one sec
ok, thanks. One more thing is that my next step was going to be to try creating an accountLink with an existing accountId and see if that would work (even if I can't configure the onboarding page through the dashboard UI, maybe that would work).
Shouldn't let you create an Account Link for an Account connected via a Stripe App installation.
So I'm doubtful that would work
But you could test to see
Okay, my colleague just confirmed actually that this isn't supported. You do need to use a separate account here.
Apologies, I didn't know that myself.
OK. So if someone comes to me directly and they sign-up through Stripe Connect, I would run that out of a new Stripe Account of my own. They could in theory still install my Stripe App in their dashboard, as long as I'm able to associate the account in the backend that should be fine. Does that sound right?
But I guess that may result in them being a "Connected Account" of both of my accounts. Could get messy? Or you think that'd be ok?
Hmm good question. Let me confirm.
Maybe there would be a collision due to https://docs.stripe.com/connect/oauth-changes-for-standard-platforms
Correct, that's the only thing I'm worried about.
Whether Platform Controls (https://docs.stripe.com/connect/platform-controls-for-stripe-dashboard-accounts) would prevent this
You may be best off just testing this out. That might get you the quickest answer here.
We are looking on our side too
But if you already have a platform set up with a Stripe App, then creating a test mode platform and creating a Standard Account for that Platform and then attempting to install your App would tell you the answer
I have had permissions bugs in the past (1 fixed by Stripe, 1 still open ticket) where my app is clearly granted read_write but certain things mysteriously fail on checkout sessions created by my account for my connected accounts (like Apple Pay).
Yeah, ok. I will do that. Test it with a separate account.
I'm a Stripe Atlas customer too. That process created a new Stripe Account for me that I wasn't expecting. I'll use that one.
Okay actually my colleague just tested that as well and says it does work just fine.
But yeah still would recommend testing your specific App and platform as you always want to test your specific implementation before going live