User KYC

User KYC is used to verify the identity of their customers or clients

Generate Aadhaar OTP

Generate Aadhaar OTP

POST {{BASE_URL}}/api/userkyc/GenerateAaadhaarOTP

Here we generate a OTP for verify document.

Headers

Name
Type
Description

Authorization*

String

jwt token

Request Body

Name
Type
Description

country_code*

String

document_number

String

document_type

String

{
    "status_code": "Integer", // 1
    "status_text": "String", // Success
    "message": "String"
}

Verify Document

Verify Document API

POST {{BASE_URL}}/api/userkyc/create

This data is send by form data. And we cofirm the OTP which is generated.

Headers

Name
Type
Description

AuthOrization*

String

jwt token

Request Body

Name
Type
Description

first_name*

String

last_name*

String

date_birth*

String

2001-03-30

address*

String

identity_type*

String

identity_number*

String

otp_code*

String

ref_id*

String

access_token*

String

identity_front_path*

String

identity_front_path*

File

identity_back_path*

File

{
    "status_code": "Integer", // 1
    "status_text": "String", // Success
    "message": "String"
}

Last updated