KycSessionStatus
CREATED
: Initial status given upon session creation.
INITIATED
: Once the end customer exchanges their code and enters the KYC flow
COMPLETE
: Customer successfully completes their session.
CANCELLED
: Customer has decided not to complete their session.
ABANDONED
: Customer has not started the KYC flow after session creation.
EXPIRED
: Customer did not complete their verification in time and their session has expired.
string
Possible values: [CREATED
, INITIATED
, CANCELLED
, FAILED
, ABANDONED
, EXPIRED
, COMPLETE
]