Identity Verification
Create a KBA Verification
POST
/
entities
/
{ent_id}
/
verification_sessions
Knowledge-Based Authentication (KBA) creates a new for verifying an Entity’s identity via Method’s KBA verification process.
This starts the verification process by sending a list of security “out-of-wallet” questions in the response for the Entity to answer to verify their identity.
Path Parameters
ent_id
string
The ID of the Entity.
Body
type
enum
requiredThe EntityVerificationSession will be verifying the Entity's identity. Must be identity
method
enum
requiredThe EntityVerificationSession will be using Method's KBA verification process. Must be kba
kba
object
requiredThe KBA verification configuration.
Returns
Returns an object.