#stinny
1 messages · Page 1 of 1 (latest)
https://docs.stripe.com/api/external_account_bank_accounts/delete you can use this API to delete an external bank account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Did you encounter any error? If so, share with me the relevant request ID.
req_s3uX7gu1EtHiPQ
Ok, then you should create a new one before deleting the default one
But it's only when a user wants to remove bank account payout option completely. They have two payout options, bank account and standard stripe account connection. Should I delete the custom account as well as removing the details from my server?
Referring to a scenario where the user now wants to connect a stripe account and not receive bank payouts.
No I don't think you should delete the connected account. You can just add a new external bank account so that you can delete the old one
They don't want to add another bank. They want to remove the bank payout option. Do I just leave the custom account open but in the background for future use?
But you can't delete without a replacement.
Yes, so I
so what do I do with the custom account when the user disables bank payouts in my app?
You can delete the connected account. However, your user will need to go through the onboarding process again when you create a new connected account for the same user.
Would it be okay to not delete it but keep it on file if they want to do bank payouts in the future again?
Or would it conflict when they try to connect a standard account?
Sure you can leave it, it's entirely up to you.