Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Possible "webservice" Sub Codes

The sub code for in the webservice logs are contains the methods method name called in the web service.   These include:

 Examples are registerVerification and getVerificationResult. 

Event Statuses

This field will tell you whether the logged event was successful or not.  There are a number of different possible results .  For "customer" event type "datasourceattempt" events, the following statuses apply:

  • VERIFIED - Success.
  • VERIFIED_ADMIN - Verified after admin changes.
  • VERIFIED_WITH_CHANGES - Verified with some changes.
  • FAILED - Check has failed.
  • IN_PROGRESS - User has still not passed that check, indicating that the attempt logged by this log event failed.
  • ERROR - Site returned an error, so could not perform check.
  • PENDING - Verified from site, but with changed data.  Waiting for an admin to approve it.

For background checks, or "system" checks, the following statuses apply:

  • AUTOFAIL - Failed an automatic check.
  • FAILED - Failed a check.
  • NOT_FOUND_ON_LIST - Used for watchlists, could not find the person on the list.
  • FOUND_ON_LIST - Used for watchlists, could find the person on the list.
  • PASSED - Passed a check.
  • ERROR - Site returned an error, so could not perform check.

Other logged events may have a status as well, that will include events in the above lists.  An example of that is the "statechange" log event, which can contain the same event statuses as the customer datasourceattempt logs.- refer to the Individual Source States reference table.