#sripal
1 messages · Page 1 of 1 (latest)
Could you try this API? 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.
Many of our customers during stripe connect they are stopping in the middle. When they try to connect with stripe again, its creating new express account every time. So even though we are using only one express connect account, on the customer side he ended with lots of unused express accounts which is making him confused. So how to find out all these unused accounts and delete them ?
You can try Listing Account API
but I am not sure how you would determine whether an account is unused or not
can we do it using charges_enabled field ?
need to find out accounts which are half completed
Oh that probably works yes
thx for the info