#JohnM - Custom Account
1 messages · Page 1 of 1 (latest)
What language is this for?
I'm assuming since you referenced update params you are using the API
LOL... sorry. Using java
No worries. This can be tough because unfortunately our API docs (which have lots of code snippets) are still using the legacy syntax. I'm guessing you are using the more modern builder syntax
Well switch the Language in the snippet windows on this page to Java and see if that helps.
https://stripe.com/docs/connect/updating-accounts
And the builder syntax does solve a lot of problems. I recommend it.
perfect...
what about updating the bank info ? Lets say a connected account want to update their bank onfo
You can still use the Update method and attach an External Account as our API docs show here:
https://stripe.com/docs/api/accounts/update
You'll just need to use the other syntax.
Ok. thanks