Enumeration
PCKYCSessionStatus.Status
public enum Status
The eKYC statuses
Relationships
Member Of
PCKYCSessionStatus
The status about the eKYC session
Conforms To
Int
Enumeration Cases
undefined
case undefined
Status is undefined
created
case created
Session was created and ready to receive media sources to be analysed
readyToCheck
case readyToCheck
All of required media sources are uploaded, session is ready to start analyses
analysing
case analysing
Analyses has been started
analysingBiometry
case analysingBiometry
Liveness and biometry analyses are in progress
biometryAnalysisFailed
case biometryAnalysisFailed
Liveness or biometry checks failed
biometryAnalysisSuccess
case biometryAnalysisSuccess
Liveness and biometry checks are success
ocrInProgress
case ocrInProgress
OCR is in progress
ocrFailed
case ocrFailed
OCR failed, document fields are not recognized
ocrSuccess
case ocrSuccess
OCR success, waiting for user's approve or decline
ocrApprovedByUser
case ocrApprovedByUser
OCR results are approved by a user
ocrRejectedByUser
case ocrRejectedByUser
OCR results are declined by a user
verifyingOCRResults
case verifyingOCRResults
Document verification is in progress
verificationFailed
case verificationFailed
Verification failed
verificationSuccess
case verificationSuccess
Verification success
analysedSuccessfully
case analysedSuccessfully
All of the analyses completed successfully
analysisFailed
case analysisFailed
Analyses failed, KYC session can not be proceeded
waitingForApprove
case waitingForApprove
Analyses results was sent to an Application, waiting for the Application decision
approved
case approved
Session has been approved by the Application
declined
case declined
Session has been declined by the Application
pcKeyReady
case pcKeyReady
PC User has been successfully retrieved from PC Server to personalize Mobile App
pcKeyRetrievingFailed
case pcKeyRetrievingFailed
Failed to get PC User from PC Server
finished
case finished
Session finished successfully
verificationPostponed
case verificationPostponed
Verification step was postponed because of service is unavailable. It will be automatically restored after service became available.