#Shimaa-Closing Express account
1 messages · Page 1 of 1 (latest)
Hi, when you're saying disconnect do you mean they want to close their Stripe account?
No, I think it will only be disconnected from my platform.
My platform is responsible for the charges (direct / destination).
ok I'm trying to figure out whether an Express Account can do that or not
in the case that you want to delete an Express Account this is the rule: Custom or Express accounts created using live-mode keys can only be deleted once all balances are zero that you can read more about here https://stripe.com/docs/api/accounts/delete
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok, thanks
As I suspected, I can now confirm to you that the Express Account cannot disconnect from your platform or close their account from their dashboard
the only way to do so is for you to delete the account as described above
let me know if you need any more help
@trim dove Another question plz, If i delete (disconnect) express account, What happens to available and pending balances ?
Custom or Express accounts created using live-mode keys can only be deleted once all balances are zero
you can't delete the express account before all balances are zero
So this means that the request will be rejected ?
yes