#AlexandrFarkas-disconnect
1 messages · Page 1 of 1 (latest)
Need to mention, that it should happen AFTER connected account passed through onborading (charges_enabled = true)
It seems that reject is the right thing (it still allows account's owner to withdraw their money, but disables further charges), but the documentation says that it flags account as suspicious. So it's kind of confusing
Apologies for the delay. Still looking in to the different implications here.
If it helps, I use this flow: https://stripe.com/docs/connect/enable-payment-acceptance-guide
It has 2 references:
- Manage connected accounts in the dashboard
- Detect when a connected account disconnects from your platform
So I suppose, that it's not possible to "disconnect" programmatically
But I hope, it is)
Here is revoking access, but account will not be able to withdraw money (if I understand it right) https://stripe.com/docs/connect/oauth-reference
Here is rejecting + deletion: https://stripe.com/docs/api/account/reject?lang=python
Sincere apologies for the delay, what type of connected accounts are you using?
It's ok)
Standard
Here I mentioned the actual guide for standard accounts (which I follow)
Thank you so much for your patience, since you're using Standard accounts delete should be your only option as you can only reject Express or Custom accounts.
@viscid mountain Are you unblocked?