#jason_griffing-connect
1 messages · Page 1 of 1 (latest)
Hey Karbi. How are ya?
This is an express account, right? You're likely hitting this error because for Express accounts you are limited in the specific attributes you can update, with the idea being that the Express account holder would provide this information through the onboarding process (in an Accuont LInk). If you look at the API reference (https://stripe.com/docs/api/accounts/update#update_account-individual) you can see that it says "custom only" next to it
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yeah, it's an express account. Taking a look at the doc now
Interesting. So is there somewhere in the UI that I'm able to fill out these values as if I'm the business owner of this fake connected account? Maybe a question for support, but I'm curious if you know anything. I can't find anyway to validate this fake connected account.
Yeah have you looked at Account Links yet? https://stripe.com/docs/api/account_links/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You'd use that to generate a link to a hosted page where you'd fill out all this informatino
Got it. I'll dig into that. Thanks for the assist.