Generate KYC Link
KYC Face verifications
This API allows clients to generate a unique KYC link for their users to verify their identity. The generated link can be sent to the user via the postman channel. Once the user follows the link, they will be prompted to provide the required information and documents for KYC verification.
Base URL
Generate KYC Link End Point API
Method: POST
Authorization: Bearer Token
Content-Type: application/json
POST
https://sdk.faceki.com/kycverify/api/kycverify/kyc-verify-link
Headers
Authorization*
String
Bearer [token]
Content-Type*
String
application/json
Request Body
expiryTime
String
expiryTime in minutes
applicationId
String
Unique Identifier for record
redirect_url
String
Redirect URL After KYC
document_optional
Boolean
Pass True if you want customer to choose 1 document out of N defined in workflow
Last updated