#DanielRTRD-connect
1 messages ยท Page 1 of 1 (latest)
Hi there!
So you would like to know how to platform can remove the connected accounts? What are the types of the connected accounts (Standard, Express, Custom)?
Standard accounts
Yes, we would like to remove our access to the account for the business once they do not use the platform anymore
Got it! So either it's the connected account that disconnect itself with their dashboard (more info here: https://support.stripe.com/questions/disconnect-your-stripe-account-from-a-connected-third-party-platform)
Or it's the platform that disconnect the accounts with his: https://stripe.com/docs/connect/oauth-reference#post-deauthorize
Where is the screenshot from? The connected account? Can you share its account ID?
Connected account
It was located here: https://dashboard.stripe.com/settings/apps
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Account ID: acct_1L2vr5EgY18gaipL
Thanks! Give me a few minutes to look into this.
Bump ๐
Sorry for the delay. I chatted with a colleague, and it looks like the only option is to use this: https://stripe.com/docs/connect/oauth-reference#post-deauthorize
So it's not possible using the dashboard. Sorry for the confusion.
Ok, thats fine ๐
Another problem:
We would have a "Connect to Stripe"-button on our platform that will redirect the user to the Stripe Connect Onboarding page. The callback returns only to a statically set url. What would be the best solution to grab and associate the account ID with the user/service provider? If we could dynamically set a "code" of some sort to the URL it would be easier to set them up together.
What are you using for the "connect to Stripe" button? An account link? https://stripe.com/docs/api/account_links/create
With the account links we would need the account ID, which we do not.
But I saw this now: https://stripe.com/docs/connect/oauth-reference#common-examples
This was what I was looking for ๐
If you want to use existing Stripe accounts, then you need to use OAuth yes. Otherwise we recommend to create a new account and use the account link, as explained here: https://stripe.com/docs/connect/standard-accounts