• Camera Scanning
  • ID Parsing
  • DIVE
  • Web Services
  • Third Party Checks
  • Authentication
IDScan.net
  • Third Party Checks
  • Identifraud
  • Errors
Search Results for

    Show / Hide Table of Contents
    • Introduction
      • Web Portal
      • Billing Policy
      • Multiple Services Concurrently
      • Common Errors
    • Third Party Checks
      • DMV Data Verification
        • DMV Service Status
        • Test Cases
        • Errors
      • Identifraud
        • Data Sources
        • Identifraud Response
        • Scoring Explained
        • KBA Questions
        • Result Codes
        • Test Cases
        • Errors
      • Sex Offender Registry
        • FAQ
        • Test Cases
        • Errors
      • Criminal Background Check
        • Test Cases
        • Errors
      • PEP
        • Test Cases
      • OFAC
        • Test Cases
      • Every Politician
        • Test Cases
      • Custom List
        • Test Cases
      • Swagger UI

    Errors

    1. If the address field in your request is invalid, you will get response below:

    HTTP Status Code - 200

    Response:

    [
      {
        "serviceId": "211b428e-b8b5-4eb9-973d-106f013c371f",
        "serviceName": "IdentiFraud",
        "serviceDescription": "Authenticate a consumer by personal data",
        "error": "Address field should contain street",
        "success": false,
        "locationId": 0,
        "readOnlyAccessLocationIds": [
          0
        ],
        "profiles": []
      }
    ]
    

    Please, check the value of your field address in the request. You can find example here

    1. If you send the request and service is unavailable, you will get response below:

    HTTP Status Code - 200

    Response:

    [
      {
        "serviceId": "211b428e-b8b5-4eb9-973d-106f013c371f",
        "serviceName": "IdentiFraud",
        "serviceDescription": "Authenticate a consumer by personal data",
        "error": "Service unavailable. Please try again later.",
        "success": false,
        "locationId": 0,
        "readOnlyAccessLocationIds": [
          0
        ],
        "profiles": []
      }
    ]
    

    You should try again later. If this error still appears, please contact support@idscan.net

    Back to top IDScan.net IDScan.net GitHub