#moondance4n
1 messages · Page 1 of 1 (latest)
hi! It depends, what type of Connect accounts do you use, Standard/Express or Custom?
Express I think
then no, the connection can only be deleted if you delete it really
we're using express form to lead customers through payment detail process
ok, this api call right?
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.
if so - it says "Custom or Express accounts created using live-mode keys can only be deleted once all balances are zero."
could you please advice how that balance could be checked before deletion?
https://stripe.com/docs/api/balance/balance_retrieve using the Stripe-Account header to run the request on their account https://stripe.com/docs/connect/authentication