Tutelar API Stack
  • Introduction
  • Fraud Detection Monitoring
    • Create Transaction
    • Notify Transaction
    • Chargeback Transaction
    • Refund Transaction
  • MERCHANT ONBOARDING
    • Client Types
    • Entity Types
    • MCC Lists
    • Reseller Lists
    • Onboarding
    • Onboarding - KYC
    • Onboarding - Web Crawling
    • Onboarding - AML
    • Onboarding - NDI
  • KYC Verification
    • Document Verification
      • 🇮🇳India
        • Aadhaar Card
        • Pan Card
        • Driving License
        • GST Number
        • Passport
        • Shop License
        • FSSAI
        • MCA
        • Voter Id
        • Pan Gst Link
        • ROC IEC
        • DIN
        • Udyam Aadhaar
        • Pan Card Comprehensive
        • Name Compare
        • GST Advanced
        • Aadhar with Otp
        • Phone Name Attributes
        • Pan Card Lite
    • Document Extraction
      • 🇮🇳India
        • Aadhaar Card
        • Pan Card
        • Driving License
        • Voter Id
        • GST Certificate
        • Passport
    • Assets Verification
      • 🇮🇳India
        • Bank Account
        • Bank Verfication Pennyless
        • Bank Account Details Using VPA
        • Mobile to UPI Advance
        • Mobile to UPI Basic
        • Mobile To UAN
        • E-Challan Details
        • Vehicle RC Lite
        • Vehicle RC
        • UAN Advance
    • Face and Document Verification
      • Onsite Verification
      • Face Match
      • Selfie Validation
  • DATA REPOSITORY
    • Search API
  • Business Profile
    • Lookups
      • Email
      • Phone
      • BIN
      • IP
    • Credibility Check
    • Corporate Check
      • Comprehensive Details
    • AML And PEP
    • Court And FIR
    • Cybersafe
  • AML SEARCH
    • Search
    • Search Details
    • Search Details PDF
    • Decision Making
    • Decision Details
  • WEB CRAWLING
    • Initiate Crawl API
    • Status Check API
    • Result API
    • List API
  • Disputes
    • Create Dispute
    • Update Dispute
    • Dispute Details
    • Dispute Level Change
    • Dispute Won
    • Dispute Loss
    • Dispute Reopen
  • MOBILE SDK INTEGRATIONS
    • Android SDK
    • Flutter SDK
    • iOS SDK
  • CLIENT SIDE INTEGRATIONS
    • Javascript Integration
    • Tutelar Error Code
Powered by GitBook
On this page
  • ind_pan_comprehensive
  • Post Parameters description is given below
  • Get Pan Detail
  • Query Parameters description is given below
  1. KYC Verification
  2. Document Verification
  3. India

Pan Card Comprehensive

Submit Document

ind_pan_comprehensive

POST https://secctrl.tutelar.io/api/v1/kyc/identity/ind_pan_comprehensive

Post Parameters description is given below

Post Parameter
Type
Is Mandatory
Description

pan_number

String

yes

Pan Card Number

Sample Post Parameters

{
    "pan_number": "CNPPG0000D"
}
{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "fca2faf4-1026-4430-9a61-d40657970083",
    "status": "completed",
    "result": {
        "document_number": "CNPPG0000D",
        "name_on_document": "RAMESH GOWTHAM",
        "first_name": "RAMESH",
        "middle_name": "",
        "last_name": "GOWTHAM",
        "mobile_number": "6382526000",
        "date_of_birth": "1999-07-10",
        "gender": "M",
        "address": {
            "line_1": "",
            "line_2": "Kandhasamy street",
            "street_name": "Timiri S.O",
            "zip": "632512",
            "city": "Timiri",
            "state": "TAMIL NADU",
            "country": "INDIA",
            "full": "Kandhasamy street Timiri S.O 632512 Timiri TAMIL NADU INDIA"
        },
        "aadhaar_seeding_status": true,
        "masked_aadhaar": "XXXXXXXX0870"
    },
    "requested_at": "2024-04-18T09:57:18.907Z",
    "completed_at": "2024-04-18T09:57:20.523Z"
}
{
    "success": true,
    "code": 200,
    "message": "The request is being processed. Please wait for completion.",
    "reference_id": "9b2601bd-1f4e-4b55-bdac-4783d43c0d5e",
    "status": "in_progress",
    "requested_at": "2024-04-18T13:11:12.428Z"
}
{
    "success": false,
    "code": 400,
    "message": "Invalid input. Please check your request and try again.",
    "error": {
        "message": "Invalid PAN Number",
        "field": "pan_number",
        "code": "BAD_REQUEST"
    }
}
{
    "success": true,
    "code": 200,
    "message": "The request could not be completed due to an error.",
    "reference_id": "d9a02bb2-1357-49bd-a1ab-94d06f7f419c",
    "status": "failed",
    "error": {
        "message": "Invalid details were provided. Please submit valid details.",
        "code": "ERROR"
    },
    "requested_at": "2024-04-18T13:14:13.968Z",
    "completed_at": "2024-04-18T13:14:15.000Z"
}

Get Pan Detail

Get Pan Detail

GET https://secctrl.tutelar.io/api/v1/kyc/identity/ind_pan_comprehensive

Query Parameters description is given below

query Parameter
Type
Is Mandatory
Description

reference_id

String

Yes

reference id

{
    "success": true,
    "code": 200,
    "message": "Document verification completed successfully.",
    "status": "completed",
    "reference_id": "07bf7cd6-b03a-4f9d-a0b2-9e5154ee675b",
    "result": {
        "document_status": "SUCCESS",
        "document_number": "CNPPG4873D",
        "name_on_document": "RAMESH GOWTHAM",
        "first_name": "RAMESH",
        "middle_name": "",
        "last_name": "GOWTHAM",
        "mobile_number": "6382526132",
        "date_of_birth": "1999-07-10",
        "gender": "M",
        "address": {
            "line_1": "45",
            "line_2": "Kandhasamy mudhaliyar street",
            "street_name": "Timiri S.O",
            "zip": "632512",
            "city": "Timiri",
            "state": "TAMIL NADU",
            "country": "INDIA",
            "full": "45 Kandhasamy mudhaliyar street Timiri S.O 632512 Timiri TAMIL NADU INDIA"
        },
        "source": null,
        "aadhaar_seeding_status": true,
        "masked_aadhaar": "XXXXXXXX0870"
    },
    "requested_at": "2023-12-19T10:49:26.781Z",
    "completed_at": "2023-12-19T10:49:27.822Z"
}
{
    "success": true,
    "code": 200,
    "message": "The request is being processed. Please wait for completion.",
    "reference_id": "9b2601bd-1f4e-4b55-bdac-4783d43c0d5e",
    "status": "in_progress",
    "requested_at": "2024-04-18T13:11:12.428Z"
}
{
    "success": true,
    "code": 200,
    "message": "The request could not be completed due to an error.",
    "reference_id": "d9a02bb2-1357-49bd-a1ab-94d06f7f419c",
    "status": "failed",
    "error": {
        "message": "Invalid details were provided. Please submit valid details.",
        "code": "ERROR"
    },
    "requested_at": "2024-04-18T13:14:13.968Z",
    "completed_at": "2024-04-18T13:14:15.000Z"
}

PreviousUdyam AadhaarNextName Compare

Last updated 1 year ago

🇮🇳