#atob-yash
1 messages · Page 1 of 1 (latest)
For SSN you would want to use individual.id_number:
https://stripe.com/docs/api/accounts/create#create_account-individual-id_number
This depends on what business_type you select
How about ownership details in the organisation?
Question: Is the token returned by Stripe's API limited to one account or is it accessible across accounts?
Context: The reason we're moving away from the stripe onboarding is that for our users we want to create a connect account on multiple accounts, and passing in information via the API allows us to reduce friction by not having our users go through the same flow twice.
That being said, once the users enter their SSN on our platform, and I create a token, will I need to do one for each account that I want to create a stripe connect account on?
I see ownership can be found here: https://stripe.com/docs/api/accounts/object#account_object-individual
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
When you say Token, what are you referring to here?
The SSN field that you linked above requires that I send the SSN using a PII token and not the value: https://stripe.com/docs/api/accounts/create#create_account-individual-id_number <-My question was is this valid across multiple Stripe Accounts that my organisation has (treasury/issuing)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This token is only valid for a single API call. You would need to re-tokenize for each request