Face and document comparison results query
Interface Description
The merchant queries the kyc information completed by the user through kycId
Interface endpoint:
POST:https://api.chaintool.ai/kyc/v1/consult
Request Parameters
Parameter
Required
Description
kycId
Yes
The kycId obtained from the OCR interface in the current kyc process
Response Parameters
Parameter
Required
Description
kycStatus
Yes
The kyc phase status of the current customer, value enumeration:OCR_PROCESS:OCR processing
OCR_REJECT:OCR is rejected
FACE_PROCESS:Face information processing
FACE_REJECT:Face information is rejected
COMPARE_PROCESS:Face and document compare processing
COMPARE_FAIL:Failed to match face to document
FINISH:KYC finished
hasKyc
Yes
Boolean value, which represents whether the user already has kyc information (for users repeating KYC)
Request Example
Response Example
Last updated