Versions Compared

Key

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

Table of Contents

currentStatusV2

CurrentStatusV2

The currentStatusV2 object The CurrentStatusV2 object is the sole return type of all the web methods in the API.  It is intended to provide information about what has just happened, as well as giving an overview of the person’s current verification status, and the list of data sources that will help the person become fully verified.  Always presenting this information helps to reduce the chattiness between greenID and the customer application.

 

Name

Type

Description

sourceList

sourceListV2SourceListV2

This member contains a list of Source objects, each of which corresponds to a data source that is available to the person for the purpose of becoming fully verified.  The SetFields web method expects one of these names as thesourceId input parameter.

verificationResult

verificationResultV2VerificationResultV2

This member contains all of the verification information currently available for a person.  It is a complete record of all checks that have been performed, their results, and an indicator of the person’s overall verification status.

sourceFields

sourceFieldsV2SourceFieldsV2

This member contains a list of fields that are required for a particular data source.  This includes the field’s name, type and other pertinent information for displaying and collecting a value for the field.

checkResultlastCheckResultV2LastCheckResultV2This member indicates the outcome of a check against a data source that was performed during a call to the SetFields web method.  This member also indicates whether the check is still in progress.
userTokenStringThis field is for future features in the API, and can be ignored for now.

CheckResult

...