#Nethravathi
1 messages · Page 1 of 1 (latest)
Hi there, do you mean delete a connected account? https://stripe.com/docs/api/accounts/delete#delete_account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
basically I am checking that we have standard connect accounts, can we disassociate a user from stripe ??
do you mean you as the platform want to disconnect the Standard connected accounts from your platform? Or does the connected account user want to disconnect from your platform?
i.e. who is the one initiating the disconnect?
If it's the platform initiating the disconnect, try https://stripe.com/docs/connect/oauth-reference#post-deauthorize
yes, we are platform and our clients has connected account with stripe now he wants to be disconnected from stripe..
I would need your help here to understand what kinds of disconnections are present ?
if disconnected from platform will the client be able to make payments ?
If its type is standard, the connected account can use their own API to create paymentIntent can collet payments.
You can use the deauthroize API that Alex sent earlier to disconnect a connected account, if you need more help, you can always reach out to support at https://support.stripe.com/contact/email
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.