Lets assume I have a customer John Doe who is not a US resident (hence no SSN) but their company John Corp is incorporated in US. So can the user now be Business Verified given that I wont be able to provide his SSN but will be able to provide his Passport through Controller?
{
"firstName": "John", //should I use the same name as the controller
"lastName": "Doe",
"email": "johndoe@email.com",
"ipAddress": "143.156.7.1",
"type": "business",
"address1": "99-99 33rd St",//address of business?
"city": "Some City",
"state": "NY",
"postalCode": "11101",
"controller": {
"firstName": "John",
"lastName": "Doe",
"title": "CEO",
"passport": {
"country": "NP",
"number": "68326783"
},
"dateOfBirth": "1980-01-31",
"address": {
"address1": "1749 18th st",
"address2": "apt 12",
"city": "Kathmandu",
"stateProvinceRegion": "BA",
"postalCode": "50266",
"country": "NP"
}
},
"businessClassification": "9ed3f670-7d6f-11e3-b1ce-5404a6144203",
"businessType": "llc",
"businessName":"John Corp",
"ein":"00-0000000"
}