TransUnion

REST API for TransUnion data

Device Verification

Accesses risk of a mobile-based device.

SecurityAuthorization Token
Request
path Parameters
blackboxId
required
string
ip
required
string
Request Body schema: application/json
AccountNumber
string
Array of objects (Address)
DateOfBirth
string <date>
Array of objects (Email)
FirstName
string
LastName
string
PhoneNumber
string
SocialSecurityNumber
string
Responses
200

Successful Identity Response

post/transunion/identity-manager-verification/mobile-dv/{blackboxId}/{ip}
Request samples
application/json

Example Request

{
  • "Addresses": [
    ],
  • "DateOfBirth": "1972-04-17",
  • "FirstName": "Christopher",
  • "LastName": "Testc",
  • "SocialSecurityNumber": "666010003"
}
Response samples
{
  • "CaseId": "string",
  • "CaseNumber": "string",
  • "Id": "string",
  • "Timestamp": "2019-08-24T14:15:22Z",
  • "SessionId": "string",
  • "IdentityVerificationPayloadUrl": "string",
  • "ComputedData": {
    },
  • "RawData": {
    },
  • "Comment": "string",
  • "Confidence": 0,
  • "Result": "1",
  • "Score": 0,
  • "ExtendedDeviceInformation": {
    },
  • "Authentication": {
    }
}

Device Verification

Accesses risk of a web-based device.

SecurityAuthorization Token
Request
path Parameters
sessionId
required
string
Request Body schema: application/json
AccountNumber
string
Array of objects (Address)
DateOfBirth
string <date>
Array of objects (Email)
FirstName
string
LastName
string
PhoneNumber
string
SocialSecurityNumber
string
Responses
200

Successful Identity Response

post/transunion/identity-manager-verification/dv/{sessionId}
Request samples
application/json

Example Request

{
  • "Addresses": [
    ],
  • "DateOfBirth": "1972-04-17",
  • "FirstName": "Christopher",
  • "LastName": "Testc",
  • "SocialSecurityNumber": "666010003"
}
Response samples
{
  • "CaseId": "string",
  • "CaseNumber": "string",
  • "Id": "string",
  • "Timestamp": "2019-08-24T14:15:22Z",
  • "SessionId": "string",
  • "IdentityVerificationPayloadUrl": "string",
  • "ComputedData": {
    },
  • "RawData": {
    },
  • "Comment": "string",
  • "Confidence": 0,
  • "Result": "1",
  • "Score": 0,
  • "ExtendedDeviceInformation": {
    },
  • "Authentication": {
    }
}

Device Verification

Accesses risk of a mobile-based device.

SecurityAuthorization Token
Request
path Parameters
blackboxId
required
string
Request Body schema: application/json
AccountNumber
string
Array of objects (Address)
DateOfBirth
string <date>
Array of objects (Email)
FirstName
string
LastName
string
PhoneNumber
string
SocialSecurityNumber
string
Responses
200

Successful Identity Response

post/transunion/identity-manager-verification/direct-mobile-dv/{blackboxId}
Request samples
application/json

Example Request

{
  • "Addresses": [
    ],
  • "DateOfBirth": "1972-04-17",
  • "FirstName": "Christopher",
  • "LastName": "Testc",
  • "SocialSecurityNumber": "666010003"
}
Response samples
{
  • "CaseId": "string",
  • "CaseNumber": "string",
  • "Id": "string",
  • "Timestamp": "2019-08-24T14:15:22Z",
  • "SessionId": "string",
  • "IdentityVerificationPayloadUrl": "string",
  • "ComputedData": {
    },
  • "RawData": {
    },
  • "Comment": "string",
  • "Confidence": 0,
  • "Result": "1",
  • "Score": 0,
  • "ExtendedDeviceInformation": {
    },
  • "Authentication": {
    }
}

ID Search

ID Search is a specialized search based on input name and Social Security number. Input address information is optional. ID Search delivers name and address for up to eight subjects. Additionally, ID Search selects the subject that best matches the input data. ID Search also returns ID Mismatch Alert, TruValidate Fraud Alerts, and Phone Append (if the subscriber is authorized for these services). ID Search can return an FFR or a print image

SecurityAuthorization Token
Request
Request Body schema: application/json
category
string
address
string
comments
string
image
string
sex
string
hairColor
string
skinTone
string
source
string
weight
string
eyeColor
string
militaryService
string
driversLicense
string
age
string
ageAtDeath
string
deathVerificationCode
string
scarsMarks
string
jurisdiction
string
status
string
alias
string
dob
string
state
string
fullName
string
race
string
caseNumber
string
height
string
Responses
200

Successful ID Search Response

post/transunion/id-search
Request samples
application/json

Example Request

{
  • "number": "1",
  • "subjectRecords": [
    ]
}
Response samples
application/json
{
  • "code": "string",
  • "custom": {
    },
  • "subjects": [
    ],
  • "responseInstructions": {
    },
  • "permissiblePurpose": {
    },
  • "bundles": [
    ],
  • "printImage": "string",
  • "embeddedDatas": [
    ],
  • "errors": [
    ],
  • "assets": {
    },
  • "insurance": {
    },
  • "policyInformation": {