ID DataWeb Output
ID DataWeb's output is broken into 4 key sections:
User Attributes
Attributes collected from the user during verification with consent. For example - the full name of the user.
Acquired Attributes
Attributes acquired from Attribute Providers about the transaction. For example - the mobile carrier associated with a phone number, or the state which the provided driver's license was issued.
Assertions
Individual tests done by the configured Attribute Providers. For example - "the provided full name lives at this address", or "the provided full name is registered to this phone number."
Policy Decision
The policyDecision
attribute is what indicates if a verification was successful in both the Federated Gateway and the Verify API. Based on the value of policyDecision
, your application can determine what to do next with the end user.
Policy Decision Values
The policyDecision
field can have the following values:
APPROVE | Indicates the user was verified to the level specified in your policy. |
DENY | Indicates the user was not verified to the level specified in your policy. |
OBLIGATION | Indicates there is an additional action required to verify the user. |
NO DECISION | Indicates a policy is not set up on your service, or there was an error with the transaction. |
Updated over 1 year ago