FACEKI Identity Verification KYC V2
  • Getting Started
  • Integrations
  • Quick Guides
    • Dashboard
    • SDK Settings
    • Verification Settings
    • Verification Monitoring
    • Integration Setting
    • Image Guidelines
  • API Integration
    • Verification APIs
      • Generate Token
      • Get KYC Rules
      • Single KYC Verification
      • Multiple KYC Verification
      • KYC Summary API
      • Generate KYC Link
      • Get KYC records by Link
      • Get KYC records By Reference ID
      • Get KYC records By RequestID
      • Face Match API (💲)
  • Data Fields
    • Verification Data
    • Error Codes
  • Mobile SDK
    • Flutter SDK / Plugin
    • React Native SDK / Plugin
    • Native iOS SDK
    • Native Android SDK
  • Web SDK
    • React
    • Angular
    • HTML
    • Laravel
  • API Libraries
    • NodeJS API Library
    • Python API Library
    • .NET API Library
  • Starter Kits
    • React Native Starter Kit
  • No Integration Option
    • Zero Integration
  • Need Help?
    • Support
      • Support Ticket
      • Skype
      • Email Support
    • Community
    • FAQ's
Powered by GitBook
On this page
  • Base URL
  • Generate KYC Link End Point API
  1. API Integration
  2. Verification APIs

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

sdk.faceki.com

Generate KYC Link End Point API

https://sdk.faceki.com/kycverify/api/kycverify/kyc-verify-link

Method: POST

Authorization: Bearer Token

Content-Type: application/json

POST https://sdk.faceki.com/kycverify/api/kycverify/kyc-verify-link

Headers

Name
Type
Description

Authorization*

String

Bearer [token]

Content-Type*

String

application/json

Request Body

Name
Type
Description

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

{
    "responseCode": 0,
    "data": "bdb21481-7873-45d5-0000-18df4a7bf778",
    "url": "https://apps.faceki.com/kycverify/bdb21481-7873-45d5-0000-18df4a7bf778"
}

    // Response
}
{
    // Response
}

PreviousKYC Summary APINextGet KYC records by Link

Last updated 1 year ago