Tradebit API V3.0
  • Introduction
  • Quick Start
  • API Reference
    • Public APIs
      • Auth
      • Crypto
      • Others
    • Private APIs
      • Common
      • Others
      • Orders
      • Support Ticket
      • Wallet
        • Withdraw
        • Fiat And Spot
        • Staking
        • Others
      • Send Token
      • Referrals
      • Profile
        • Security Verification
        • User KYC
        • Others
      • Profile Information
    • Errors Codes
Powered by GitBook
On this page
  • Generate Aadhaar OTP
  • Generate Aadhaar OTP
  • Verify Document
  • Verify Document API
  1. API Reference
  2. Private APIs
  3. Profile

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"
}
{
    "status_code": "Integer", // 0
    "status_text": "String", // Failed
    "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"
}
{
    "status_code": "Integer", // 0
    "status_text": "String", // Failed
    "message": "String"
}

PreviousSecurity VerificationNextOthers

Last updated 6 months ago