Identity Verification
Update a KBA Verification
PUT
/
entities
/
{ent_id}
/
verification_sessions
/
{evf_id}
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 Entity.
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.
Returns
Returns an EntityVerificationSession object.