LogoLogo
  • API Documentation
  • Authentication
  • Testing
  • Contact Support
  • System Status
  • VX
    • Create Session
    • API Methods
  • Agematch
    • United States
    • United States (DMV)
    • International
    • With KBA Quiz
    • Selfie Age Estimation
  • IDMATCH
    • United States
      • With KBA Escalation
      • KYC/CIP Compliance
      • COPPA Compliance
    • International
  • idmatch+
    • United States
  • IDMATCH+PREDICT
    • Fraud Score
  • phonematch
    • Verification and Validation
      • Smart 2FA
      • Phone Verification
      • Phone Validation
    • One Time Passwords
      • SMS
      • Call
    • Message Delivery
      • Dialer
  • emailmatch
    • Email Validation
  • dcams
    • Document Capture and Management Services
      • Scanning Basic
      • Scanning Enhanced
      • Manual Review
      • Storage
        • Create or Update a Customer
        • Get Customer Status
        • Get Customer Document Images
        • Update Customer Status
      • iFrame
        • Canned Responses
        • Create Token
        • View Callback
        • User Status
        • Generate Link
      • Swift SDK
      • Android SDK
  • Bouncer
    • Overview
    • Bouncer as an add-on
  • V-PIN
    • Overview
    • V-PIN as an add-on
    • V-PIN Stand Alone
  • Service Coverage
    • Data Coverage
  • Testing
    • Test Cases
    • Answers to KBA Questions
  • Reporting
    • Audit
  • API Processing Errors
    • Error Returns
  • Knowledge Base
    • Best Practices
    • Understanding Veratad Services
  • IDMax
    • IDMax Button Creator SDK
Powered by GitBook
On this page
  1. Testing

Test Cases

The following are test cases for data matching services in the United States

The cases below reveal the information in the test database for each associated test key. So, for example, if you send test key general_identity and change the targets first name from Barbara to Steve you will then get a FAIL - NO MATCH response.

General

{
      "user": "USERNAME",
      "pass": "PASSWORD",
      "service": "VERATAD SERVICE NAME",
      "reference": "12345 {A UNIQUE ID}",
      "target":{
            "fn":"Barbara",
            "ln": "Miller",
            "addr": "123 Main St",
            "city": "Stratford",
            "state": "CT",
            "zip": "06614",
            "dob": "19740821",
            "ssn": "854125698",
            "phone": "2015106000",
            "email": "bmiller@veratad.com",
            "age": "21+",
            "test_key": "general_identity"
          }
  }

If you are using a KBA service and need the answers to the general_identity questions please click the link below.

Deceased

{
    "user": "USERNAME",
    "pass": "PASSWORD",
    "service": "VERATAD SERVICE NAME",
    "reference": "12345 {A UNIQUE ID}",
    "target":{
          "fn":"Abraham",
          "ln": "Lincoln",
          "addr": "1600 Pennsylvania Ave NW",
          "city": "Washington",
          "state": "DC",
          "zip": "20500",
          "dob": "19820212",
          "age": "21+",
          "test_key": "deceased2"
        }
}

Possible Minor

{
	"user": "USERNAME",
	"pass": "PASSWORD",
	"service": "VERATAD SERVICE NAME",	
    "reference": "12345 {A UNIQUE ID}",
    "target":{
          "fn":"Tim",
          "ln": "Hardaway",
          "addr": "5 Broadway",
          "city": "New York",
          "state": "NY",
          "zip": "10458",
          "dob": "19750614",
          "ssn": "123456897",
          "age": "21+",
          "test_key": "pos_minor"
        }
}

Age Not Verified

{
  "user": "USERNAME",
  "pass": "PASSWORD",
  "service": "VERATAD SERVICE NAME",  
    "reference": "12345 {A UNIQUE ID}",
    "target":{
          "fn":"Steve",
          "ln": "Jones",
          "addr": "PO Box 451",
          "city": "New York",
          "state": "NY",
          "zip": "10458",
          "dob": "19900215",
          "ssn": "232145987",
          "age": "21+",
          "test_key": "age_not_verified"
        }
}

Name on Watch List

{
  "user": "USERNAME",
  "pass": "PASSWORD",
  "service": "IDMatchCOMPLY5.1",
  "reference": "12345",
  "target":{
    "fn":  "Osama",
    "ln":  "Bin Laen",
    "addr": "123 Main St",
    "city": "Anytown",
    "state":"TX",
    "zip":  "12345",
    "dob":  "19700213", 
    "ssn":  "123456789",
    "test_key":"name_on_list"
  }
}
PreviousData CoverageNextAnswers to KBA Questions

Last updated 4 years ago

Answers to KBA Questions