IDScan.net
Search Results for

    Show / Hide Table of Contents

    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