curl https://production.methodfi.com/entities/ent_hy3xhPDfWDVxi/verification_sessions/evf_ywizPrR6WDxDG \
-X PUT \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
-H "Content-Type: application/json" \
-d '{
"type" : "identity" ,
"method" : "kba" ,
"kba" : {
"answers" : [
{
"question_id" : "qtn_xgP6cGhq34fHW" ,
"answer_id" : "ans_dbKCwDGwrrBgi"
} ,
{
"question_id" : "qtn_kmfdEftQ9zc6T" ,
"answer_id" : "ans_LXN83xnJAUNFb"
} ,
{
"question_id" : "qtn_6mWegPLBpAFxb" ,
"answer_id" : "ans_EKi47D8wA6YN3"
}
]
}
} '
{
"id" : "evf_ywizPrR6WDxDG" ,
"entity_id" : "ent_hy3xhPDfWDVxi" ,
"status" : "verified" ,
"type" : "identity" ,
"method" : "kba" ,
"kba" : {
"questions" : [ ] ,
"authenticated" : true
} ,
"error" : null ,
"created_at" : "2024-04-11T19:23:44.742Z" ,
"updated_at" : "2024-04-11T19:23:44.742Z"
}
Updates an ongoing for verifying an Entity’s identity via Method’s KBA verification process.
The Entity will response with a list of answers to the questions that were sent in the response of initializing the verification process.
Based off the results of the answers, this will determine if the Entity’s identity has been verified or not.
Path Parameters
The ID of the EntityVerificationSession.
Body
The EntityVerificationSession will be verifying the Entity's identity. Must be identity
The EntityVerificationSession will be using Method's KBA verification process. Must be kba
The KBA verification configuration.
The list of answers to the questions that were sent in the response of initializing the verification process.
The ID of the question that was sent in the response of initializing the verification process.
The ID of the answer that was chosen by the user as the correct answer to the respective question.
Returns
Returns an EntityVerificationSession object.
curl https://production.methodfi.com/entities/ent_hy3xhPDfWDVxi/verification_sessions/evf_ywizPrR6WDxDG \
-X PUT \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
-H "Content-Type: application/json" \
-d '{
"type" : "identity" ,
"method" : "kba" ,
"kba" : {
"answers" : [
{
"question_id" : "qtn_xgP6cGhq34fHW" ,
"answer_id" : "ans_dbKCwDGwrrBgi"
} ,
{
"question_id" : "qtn_kmfdEftQ9zc6T" ,
"answer_id" : "ans_LXN83xnJAUNFb"
} ,
{
"question_id" : "qtn_6mWegPLBpAFxb" ,
"answer_id" : "ans_EKi47D8wA6YN3"
}
]
}
} '
{
"id" : "evf_ywizPrR6WDxDG" ,
"entity_id" : "ent_hy3xhPDfWDVxi" ,
"status" : "verified" ,
"type" : "identity" ,
"method" : "kba" ,
"kba" : {
"questions" : [ ] ,
"authenticated" : true
} ,
"error" : null ,
"created_at" : "2024-04-11T19:23:44.742Z" ,
"updated_at" : "2024-04-11T19:23:44.742Z"
}