#lowell_revetize - Connected Bank Account
1 messages · Page 1 of 1 (latest)
Could you share any request IDs?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_s5RHYddilPQP7k
via API - create an express account
Still looking, and that's weird. Most of the OAuth issues I run into are because someone created an account in the dashboard
Okay you were making a POST request to the external account for the connected account, correct? How did you make that request?
https://stripe.com/docs/api/external_account_bank_accounts/create
Because I'm kind of confused how that request was made and I think that might be the source of the less than helpful error message you saw.
It looks like you didn't pass any info in the POST request and instead used an account header? In order to create an external account you use your own API keys and simply use the connected account ID as the first parameter in API request, the external account as the second.
Can you summarize where you're at currently, what's blocking you?
Have you made progress in the last couple days?
@cedar ledge don't think you as a Platform can create an external account on the Express account. The express acct adds it through the Express Dashboard. IIRC adding external accounts via the API was a thing for Custom accounts.
I think you can pass external_account when you create an Express account but not via an Update request