#jackford_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/1505846513870311539
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Maybe if it is of any help, I am building the integration around the .NET SDK you've provided
If this is an account your platform created and controls, you might be able to just delete it: https://docs.stripe.com/api/accounts/delete
When creating the onboard session, there are few options to choose the Dashboard access whose options are Full / Express / No dashboard. We strictly use the Full Dashboard. Does it still mean that my platform is the one that created that account?
Are you using the POST /v1/accounts API before you create the onboarding session?
No, we are using POST /v2/core/accounts
In that case did you try: https://docs.stripe.com/api/v2/core/accounts/close
Alright, this is the one option we did not consider yet. One question, will my user be able to connect to platform again with the same email, etc. after closing the previous connected account?
Yes, Stripe credentials (e.g. login/email) can have multiple acct_xxx IDs associated with it
Are v2 accounts strictly tied to the platform they originate from? I mean, is it possible that the connected account was created and then unbound from the platform and now it lives and is managed on it's own?
If the platform created it, yes
Alright, so naturally, there is no other option for me rather than close API if I need to revoke the access, right?
Yep