Signers
Values broken down in the Signers Object
Field Name | Description | Data Type | Example |
---|---|---|---|
"address" | Address of the Signer | Object: Array of Strings | "address": { "city": "Alpharetta", "country": "United States", "postalCode": "30004", "state": "GA", "street1": "2001 Westside Parkway" } |
"ownership" | Range of Ownership | Int (Max 100) | 100 |
"primary" | Primary owner. | boolean | true |
"dob" | Date of Birth: | String YYYY-MM-DD | "2000-01-01" |
"email" | email of the signer | string | "[email protected]" |
"primaryIdentificaiton" | Primary Identification of Signer | Object: Array of Strings | "primaryIdentification": { "countryOfIssuance": "United States", "taxIdNumber": "111333222", "taxType": "SSN"}, |
"countryOfIssuance" | Country where Id is obtained from | string | "United States" |
"taxIdNumber" | Number of Tax Id | string | "11133222" |
"taxType" | Tax Identification type | enum: "SSN", "EIN" | "SSN" or "EIN" |
"secondaryIdentification" | Secondary Identification of Signer | Object: Array of Strings | "secondaryIdentification": { "countryOfIssuance": "United States", "taxIdNumber": "111333222", "taxType": "Passport"}, |
"countryOfIssuance" | Country where Id is obtained from | string | "United States" |
"taxIdNumber" | Number of Tax Id | string | "11133222" |
taxType | Tax Identification type | enum: "Passport" or "Driver's License" or "Alien Registration Card" | "11122333" |
Updated over 3 years ago