Identity objects represent various forms of identification that a borrower may have. We allow one primary identity per borrower, and any number of secondary identities. The identity sent when creating a borrower is the primary identity, and cannot be deleted/archived or changed to be a secondary identity.
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "identity",
- "identityType": "SSN",
- "customIdentityTypeName": "string",
- "value": "string",
- "valid": true,
- "issueDate": "2019-08-24",
- "expirationDate": "2019-08-24",
- "issuingCountry": "",
- "isArchived": true,
- "isPrimary": false
}
}
Success
{- "status": 0,
- "count": 0,
- "data": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "identity",
- "identityType": "SSN",
- "customIdentityTypeName": "string",
- "value": "string",
- "valid": true,
- "issueDate": "2019-08-24",
- "expirationDate": "2019-08-24",
- "issuingCountry": "",
- "isArchived": true,
- "isPrimary": false
}
]
}
Success
{- "identityType": "SSN",
- "customIdentityTypeName": "string",
- "value": "string",
- "valid": true,
- "issueDate": "2019-08-24",
- "expirationDate": "2019-08-24",
- "issuingCountry": "",
- "isArchived": true,
- "isPrimary": false,
- "caseId": "string"
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "identity",
- "identityType": "SSN",
- "customIdentityTypeName": "string",
- "value": "string",
- "valid": true,
- "issueDate": "2019-08-24",
- "expirationDate": "2019-08-24",
- "issuingCountry": "",
- "isArchived": true,
- "isPrimary": false
}
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "identity",
- "identityType": "SSN",
- "customIdentityTypeName": "string",
- "value": "string",
- "valid": true,
- "issueDate": "2019-08-24",
- "expirationDate": "2019-08-24",
- "issuingCountry": "",
- "isArchived": true,
- "isPrimary": false
}
}
For primary identities, the isArchived
field cannot be changed.
Success
{- "identityType": "SSN",
- "customIdentityTypeName": "string",
- "value": "string",
- "valid": true,
- "issueDate": "2019-08-24",
- "expirationDate": "2019-08-24",
- "issuingCountry": "",
- "isArchived": true,
- "caseId": "string"
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "identity",
- "identityType": "SSN",
- "customIdentityTypeName": "string",
- "value": "string",
- "valid": true,
- "issueDate": "2019-08-24",
- "expirationDate": "2019-08-24",
- "issuingCountry": "",
- "isArchived": true,
- "isPrimary": false
}
}
Request sandbox access