#stefan-colic_docs
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/1267430720314282116
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! it depends a little bit, what type of accounts would you be using, Standard, Express or Custom?
ultimately you can just do nothing too? like just stop using the account and mark it as inactive in your database. Depends what your use case is for wanting to delete/disable the account.
Hi! Thanks for the response!
We would use standard accounts. It is an option to do nothing. And the disconnect is something we can do in our system as you mentioned.
As i understood, a user can reuse a single connected account to multiple platform accounts, so not sure if we should even allow that option of account deletion.
If the user can delete the account on Stripe alone and we can fetch the hook, everything should be ok.
Well you can't delete standard accounts as a platform really:
Live-mode accounts where Stripe is responsible for negative account balances cannot be deleted, which includes Standard accounts. Live-mode accounts where your platform is liable for negative account balances, which includes Custom and Express accounts, can be deleted when all balances are zero.
How can the user then remove it's connected account from the platform account?
They can just delete the account themselves. There's also an option to disconnect from platforms in certain scenarios
So if i understand it correctly, the owner of the platform account cannot disconnect the connected account, but the owner of the connected account can disconnect from the platform account?
Essentially, yes
OK, thank you for the responses!