#esset
1 messages · Page 1 of 1 (latest)
Hi there,
Individual object doesn't have nationality field when creating an account:
https://stripe.com/docs/api/accounts/create#create_account-individual
And yes, when adding a Person you can specify its nationatlity:
https://stripe.com/docs/api/persons/object#person_object-nationality
OK, is there any reason why it doesn't have "nationality"? I.e. will I get the same expected outcome from creating an account first, and then adding its "individual" using the createPerson() call instead?
Yeah, seems fine. But its likely that this information could be overridden by the info provided during onboarding by the user