PUT v1/IdentityVerification/AnswerQuestions

Gets the result of the answers to the identity verification questions

Request Information

Parameters (ParameterName * = required)

Name
Description
Sample Value
SessionId *
Identity Verification Session ID
E37EB01E7B02F84332022FE22991090B.pidd2v-1312241226536128745993202
IsChallengeQuestion *
True if Question set is challenge questions
Not available
Answers *
The list of security questions and answers for this customer.
'AnswersSetRequest': [{ 'SecurityQuestionId': '69951', 'SecurityQuestionText': 'I was born within a year or on the year of the date below.', 'SecurityQuestionAnswerId': '4'}, {'SecurityQuestionId': '69952', 'SecurityQuestionText': 'What was the model of your first car?', 'SecurityQuestionAnswerId': '2'}]

Response Information

Response body formats

application/json, text/json

Sample:
{
  "success": true,
  "sessionId": "sample string 2",
  "isChallengeQuestion": true,
  "kycProcessor": "None"
}

application/xml, text/xml

Sample:
<VerifyIdentityResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels">
  <_x003C_IsChallengeQuestion_x003E_k__BackingField>true</_x003C_IsChallengeQuestion_x003E_k__BackingField>
  <_x003C_KycProcessor_x003E_k__BackingField>None</_x003C_KycProcessor_x003E_k__BackingField>
  <_x003C_SessionId_x003E_k__BackingField>sample string 2</_x003C_SessionId_x003E_k__BackingField>
  <_x003C_Success_x003E_k__BackingField>true</_x003C_Success_x003E_k__BackingField>
</VerifyIdentityResponse>