#vlajke - Non US Accounts
1 messages · Page 1 of 1 (latest)
Okay so Stripe Connect. Those support international accounts just fine. What are you trying to achieve?
When we tried to create an account through API it was asking for their SSN which is not the case for international accounts
Were you trying to complete this via the API alone or did you use an Account Link?
Via the API
First I would suggest creating a minimal account in the API, then use the returning account.id to create an Account link and walk through the onboarding process.
The API does require a Government issued ID number but it is not specific to an SSN:
https://stripe.com/docs/api/accounts/create?lang=python#create_account-individual-id_number
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.