#nate_65096
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- nate_65096, 10 hours ago, 2 messages
Hello 👋
We have balance API
https://stripe.com/docs/api/balance
You can make an API call on behalf of your connected account and see their balance
https://stripe.com/docs/connect/authentication
thank you, and just to confiirm can I use the express signup to register a user, we have an account setup, we want users to be able to register for a connected account with us and preferably stripe handles auth.
The flow where the connected account signs up independently and then you use Oauth to connect it to your platform is deprecated
https://stripe.com/docs/connect/oauth-express-accounts
You'd want to use Accounts API instead
https://stripe.com/docs/connect/express-accounts
are express accounts different to connect accounts? we have existing connect accounts and they cannot login to a dsahboard to administer their own account, is there a way to convert them if they are different, we have to do a lot of manual work on customer behalf
Can you share one of the account IDs that you currently have?
On a high level, only standard connected accounts get typical Stripe dashboard access
Express or custom accounts don't get access to stripe dashboard
Express accounts can use express dashboard but it won't show all the info you'd typically see on a Stripe dashboard.
Custom accounts don't get access to any sort of dashboards, platform would need to build their own