Links

United States

Age verification via trusted and verified data sources in the United States.
post
https://production.idresponse.com
/process/comprehensive/gateway
AgeMatch5.0

Service Testing

Use the test_key attribute to test the service. When the test_key is provided the system will dynamically drop the live data sources and use the testing database. These transactions are free of charge. To access live data do not send this attribute. The below sample request is one of the available test cases. To access more click the link below.

Sample Request Body

{
"user": "USERNAME",
"pass": "PASSWORD",
"service": "AgeMatch5.0",
"reference": "12345 {A UNIQUE ID}",
"rules": "AgeMatch5_0_RuleSet_YOB_SSN",
"target":{
"fn":"Barbara",
"ln": "Miller",
"addr": "123 Main St",
"city": "Stratford",
"state": "CT",
"zip": "06614",
"dob": "19740821",
"ssn": "854125698",
"phone": "2015106000",
"email": "[email protected]",
"age": "21+",
"test_key": "general_identity"
}
}

Action and Detail Responses

The following are all values that will be returned in the result object of the response.
Action
Detail
Description
FAIL
NO MATCH
No matching identity found in the data sources
FAIL
AGE NOT VERIFIED
Target found, but no DOB information available
FAIL
TARGET IS DECEASED
Target found as a deceased identity
FAIL
AGE NOT SUBMITTED
No age to check was provided in the query
FAIL
POSSIBLE MINOR
Target found, but a minor age detected
PASS
ALL CHECKS PASSED
Target was found is not deceased and meets the age requirement

Rules

AgeMatch will process with the default base ruleset unless a different rule set is specified in the query.
The base rule set will return a PASS when:
  • A match is found
  • The target is not deceased
  • The target meets the minimum age requirement

Additional Rule Sets

The following are additional matching rule sets. Each set is the above base default rule set plus additional matching requirements of the input elements.
Ruleset Name
Description
AgeMatch5_0_RuleSet_YOB
Base + Year of Birth Must Match
AgeMatch5_0_RuleSet_YOB_SSN
Base + Year of Birth and SSN Must Match
AgeMatch5_0_RuleSet_DOB
Base + Full Date of Birth Must Match
AgeMatch5_0_RuleSet_DOB_SSN
Base + Full DOB and SSN Must Match
AgeMatch5_0_RuleSet_ADDR
Base + Address Must Match
AgeMatch5_0_RuleSet_ADDR_YOB
Base + Address and Year of Birth Must Match
AgeMatch5_0_RuleSet_ADDR_YOB_SSN
Base + Address, Year of Birth and SSN Must Match
AgeMatch5_0_RuleSet_ADDR_DOB_SSN_PHONE
Base + Address and Date of Birth Must Match
AgeMatch5_0_RuleSet_ADDR_YOB_SSN_PHONE
Base + Address, Year of Birth, SSN and Phone Must Match
AgeMatch5_0_RuleSet_ADDR_DOB_PHONE
Base + Address, Date of Birth and Phone Must Match
AgeMatch5_0_RuleSet_ADDR_YOB_PHONE
Base + Address, Year of Birth and Phone Must Match
AgeMatch5_0_RuleSet_ADDR_SSN_PHONE
Base + Address, SSN and Phone Must Match
AgeMatch5_0_RuleSet_ADDR_PHONE
Base + Address and Phone Must Match
AgeMatch5_0_RuleSet_YOB_SSN_PHONE
Base + Year of Birth, SSN and Phone Must Match
AgeMatch5_0_RuleSet_DOB_SSN_PHONE
Base + Date of Birth, SSN and Phone Must Match
AgeMatch5_0_RuleSet_YOB_PHONE
Base + Year of Birth and Phone Must Match
AgeMatch5_0_RuleSet_DOB_PHONE
Base + Date of Birth and Phone Must Match
AgeMatch5_0_RuleSet_SSN_PHONE
Base + SSN and Phone Must Match
AgeMatch5_0_RuleSet_PHONE
Base + Phone Must Match