identityDocuments
Contains details regarding different identity documents like Driving License,SSN,Passport.
identityDocuments object[]required
This is array of 2 JSON objects.
- 1st object contains SSN
- 2nd object contains Identity document details.
Array [
- MOD1
- MOD2
]
identityDocuments
{
"identityDocuments": [
{
"type": "SOCIAL_SECURITY",
"documentNumber": "SSN123456"
},
{
"type": "PASSPORT",
"documentNumber": "1234567",
"issuingCountry": "USA",
"issuingCountrySubdvision": "SA",
"expiryDate": {
"month": 12,
"year": 2022
}
}
]
}