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

ent_id
string

The ID of the Entity.

evf_id
string

The ID of the EntityVerificationSession.

Body

type
enum
required

The EntityVerificationSession will be verifying the Entity's identity. Must be identity

method
enum
required

The EntityVerificationSession will be using Method's KBA verification process. Must be kba

kba
object
required

The KBA verification configuration.

Returns

Returns an EntityVerificationSession object.