#TheUchi007-external-accounts
1 messages ยท Page 1 of 1 (latest)
Hi ๐ yes you can add multiple External Accounts for your Connected Accounts, this doc helps explain how to do that:
https://stripe.com/docs/connect/payouts-bank-accounts#multiple-accounts
Yes, that is the snippet I am using, but it seems it just replaces whatever is in there
It's not the same as the snippet that you provided. If you use accounts.update you're going to override the existing External Account, so you'll want to use accounts.createExternalAccount instead.
https://stripe.com/docs/api/external_account_bank_accounts/create?lang=node
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ooooh you are totally correct, I didn't noticed the method changed
Thank you!!
If I use accounts.update, will it replace all banks if I have multiple, or just the default one?
Happy to help! Hm, I'm not sure off the top of my head. I suspect it would override all of them but would recommend testing with test accounts to confirm.
Will do, got it. One last question.
Is there a test bank account number I can use to test the verification with the 2 deposits?
Hm, I'm not sure off the top of my head, and will need to dig into that, but I don't think so.
Ok, no problem