#jcpradel25-js
1 messages ยท Page 1 of 1 (latest)
Hi there, if you are wanting to update individual information specific to existing accounts, I would suggest reaching out to our support team, they have more expertise.
:question: @harsh island Have a non-technical question, account issue, or need one-on-one support?
We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact
what I'm having trouble with is the stripe library for nodejs
the AccountCreateParams.Individual does not have the nationality field
but according to the docs it should be a part of the individual field of the account object
the connected account that is being created has a restricted status because of this field not being passed on the creation of the account
The individual.nationality cannot be created via this Accounts create API: https://stripe.com/docs/api/accounts/create (there is no field on nationality)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay got it. So how can I update the connected account's individual.nationality?
I am not sure if there is a reason behind not being able to create this via the API, maybe it cannot be hard-coded in, instead verified by our team to provide within your account after looking at the legal documents?
I would suggest writing to support provided above ๐
got it thanks