Biometric initialization
Interface Description
This interface is used to initialize the biometric scan of a user who has already uploaded a biometric scan. The accessing party will get a biometric scan component. The accessing party needs to guide the user to open the biometric scan link after passing in the certificate
Interface endpoint:
POST:https://api.chaintool.ai/kyc/v1/facecapture
Request Parameters
Parameter
Required
Description
ocrRecognitionTransactionId
Yes
The transactionId obtained after the certificate OCR interface call is successful
kycId
Yes
The kycId obtained after the certificate OCR interface call is successful
callbackPage
Yes
Address of the page to which the user jumps after completing the biometric scan
Response Parameters
Parameter
Required
Description
transactionId
Yes
ID of the current service flow
extInfo
Yes
Data extension object
extInfo.faceUrl
Yes
The page address where the user performs biometric authentication
Request Example
Response Example
Last updated