PCSDKModule Documentation Beta

Enumeration PCKYCSession​Status.​Status

public enum Status

The eKYC statuses

PCKYCSessionStatus.Status PCKYCSessionStatus.Status Int Int PCKYCSessionStatus.Status->Int

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

ready​ToCheck

case readyToCheck

All of required media sources are uploaded, session is ready to start analyses

analysing

case analysing

Analyses has been started

analysing​Biometry

case analysingBiometry

Liveness and biometry analyses are in progress

biometry​Analysis​Failed

case biometryAnalysisFailed

Liveness or biometry checks failed

biometry​Analysis​Success

case biometryAnalysisSuccess

Liveness and biometry checks are success

ocr​InProgress

case ocrInProgress

OCR is in progress

ocr​Failed

case ocrFailed

OCR failed, document fields are not recognized

ocr​Success

case ocrSuccess

OCR success, waiting for user's approve or decline

ocr​Approved​ByUser

case ocrApprovedByUser

OCR results are approved by a user

ocr​Rejected​ByUser

case ocrRejectedByUser

OCR results are declined by a user

verifying​OCRResults

case verifyingOCRResults

Document verification is in progress

verification​Failed

case verificationFailed

Verification failed

verification​Success

case verificationSuccess

Verification success

analysed​Successfully

case analysedSuccessfully

All of the analyses completed successfully

analysis​Failed

case analysisFailed

Analyses failed, KYC session can not be proceeded

waiting​For​Approve

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

pc​Key​Ready

case pcKeyReady

PC User has been successfully retrieved from PC Server to personalize Mobile App

pc​Key​Retrieving​Failed

case pcKeyRetrievingFailed

Failed to get PC User from PC Server

finished

case finished

Session finished successfully

verification​Postponed

case verificationPostponed

Verification step was postponed because of service is unavailable. It will be automatically restored after service became available.