#remrem_code
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/1332046742325035031
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! No, Custom accounts do not have access to any Stripe Dashboard. There's no way to give them access to the Express Dashboard. See here for more details: https://docs.stripe.com/connect/accounts#choosing-approachda
Also note that we don't recommend using account types, as they've been replaced by controller properties: https://docs.stripe.com/connect/migrate-to-controller-properties
I see. Does controller properties will allow us to use Express Dashboard?
Yes, controller properties allow you to specify an account has access to the Express Dashboard.
Amazing, thank you!
Happy to help!
@nocturne edge So as far as I understand, I need to go over all acounts with stripe.accounts.update method in order to migrate them, am I right?
No, your existing accounts can't be changed. This is only for new accounts going forward.
Ahh, that's a big limitation. Are you planning to make it possible at some time?