#alejandromedrano
1 messages · Page 1 of 1 (latest)
hi! you can't access them after deleting them no. You also can not delete them if they still have any balance so I think your concern there is perhaps moot
What if we don't have balance but have volume, can we still track transfers?
I mean they received transfers
then they will have a pending or available balance on their account and can't be deleted
https://stripe.com/docs/api/accounts/delete
Custom or Express accounts created using live-mode keys can only be deleted once all balances are zero.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks a lot!
So in this screenshot, 1st account which has volume but not balance cannot be removed?
Did you tried to remove that account and you got an API request failure ?
No, I don't want to remove it before making sure I'll be able to track the user a transfer was made to if that user is removed
If that account has pending balance then the API will throw an exception in all cases.
You can check that account balance via API:
https://stripe.com/docs/api/balance