#Dev-Ahmed-Hasnain-Connect
1 messages ยท Page 1 of 1 (latest)
Hi, there is an API here: https://stripe.com/docs/api/external_account_bank_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.
yes bro i have checked the api , but i could not understand the highligted line
can you please guide me how to implement this highligthed line ?
It's the condition, not to implement
i am trying but i can not delete an account . what should i do, sjould i make another account and set that with default_for_currency => true and then delete this one or should i do something else
sjould i make another account and set that with default_for_currency => true and then delete this one
yep, sounds like a good idea.
what is the point of deleting the account then if i have to make anotherone ๐
because the account has to be able to receive the money it has.
it needs to have an ExternalAccount so we can send payouts of any balance on the Stripe account.
after that i planned to delete the account too. you are saying we can not delete the account if there is a pending payment in the account ?
if the Stripe account has any balance you can't delete it, correct