#NewtReyes - Connect Bank Account
1 messages ยท Page 1 of 1 (latest)
Hello! The code snippet there should make it clear where the account ID goes. Can you tell me more about where you're stuck and what you've tried?
I am sorry, but I am not seeing where to send the custom connected account id when sending the request.
It's in the URL.
.../v1/accounts/<ACCOUNT_ID_HERE>/... ๐
Yes
No worries! ๐
Thank you
Happy to help!
Yep, what's up?
As it is right now, I am using this method for creating a bank account token on the client side:
This generates a btok_*** id. How can I attach that token to a specific custom connected account?
You would update the connected Account's external_account with that token ID: https://stripe.com/docs/api/accounts/update#update_account-external_account
Right
But in this case, we are working on allowing custom accounts to have several external bank accounts
How to I use that btok_*** id to create a bank account on the server side?
Nevermind
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I just found it