#jmontydesign - Custom Connect
1 messages · Page 1 of 1 (latest)
You mean this API call, correct?
https://stripe.com/docs/api/external_account_bank_accounts/update?lang=node
yes ... is it passed in the metadata object?
No, that is a separate parameter. But you would do something that looks similar.
like
{default_for_currency: true}
Cool. Regarding my second question, do I need to set false other external accounts that might have been set to true?
I was actually just about to test that. I would recommend the same approach to anyone but gimme a sec.
Yup I can confirm that there will only be one default account for a given currency. So setting it true for one account sets it false to the others.
If you're getting started in Test mode, Stripe makes it pretty easy to create Connected Accounts, assign dummy banks, etc. and then you can test out all these scenarios really easily.
Thanks.
Happy to help 👍