File Data Validation
Which Documents Get Validated
Example Payload
{
"transactionData": {
"securityId": "CDGP1D3LESYA",
"amount": 500000,
"signer": {
"email": "[email protected]",
"name": "someone"
}},
"investors": [{
"documents": [
{
"fileId": "CDWM1BT94KD1"
}
],
"data":{
"type":"individual",
"accreditationLevel": "qualifiedEligibleParticipant",
"hasKYCPassed": true,
"isComplianceApproved": true,
"name": "Ken Smith",
"individualInfo": {
"name": "Ken Smith",
"dateOfBirth": "1957-06-10",
"taxId": "987654523",
"isUsPerson": true
} }}],
"account": {
"data": {
"name": "Individual Account",
"type": "Individual",
"relationshipType": "Advisory",
"bankAccount": {
"accountName": "savings account",
"bankABA": "555525555",
"bankName": "Test Bank"
},
"authorizedSigners": [
{
"name": "Jane Doe",
"primary": true
}
]}},
"bypassFileDataValidation": false,
"dryRun": false
}When Validation Fails
Last updated
Was this helpful?

