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_rc_challan
  • Post parameters description is given below,
  1. KYC Verification
  2. Assets Verification
  3. India

E-Challan Details

The E-Challan Details API is a comprehensive tool designed to provide access to electronic traffic violation records and related information. This API is used to retrieve detailed information about e-challans issued for traffic violations, including fine amounts, violation types, vehicle details, and payment status.

ind_rc_challan

POST https://secctrl.tutelar.io/api/v1/kyc/utility/ind_rc_challan

Post parameters description is given below,

Post Parameter
Type
Is Mandatory
Description

rc_number

String

Yes

Registration Certificate Number

chassis_number

String

Yes

Chassis Number

Sample Post Parameters

{
 "rc_number": "TN03AE5103",
 "chassis_number": "MD2A11CX7MCC28661"
}
{
    "success": true,
    "code": 200,
    "message": "Document verification completed successfully.",
    "status": "completed",
    "reference_id": "927bcce6-4eff-42b4-8a1c-6058b301db25",
    "result": {
        "document_status": "SUCCESS",
        "challans": [
            {
                "number": 1,
                "challan_number": "TN14188230901110721",
                "offense_details": "Driving a motor cycle without a protective headgear (helmet)/ Driving a motor cycle or causing or allowing a motor cycle to be driven in contravention of the provisions of section 129 of the Motor vehicles Act,1988",
                "challan_place": null,
                "challan_date": "2023-09-01",
                "state": "TN",
                "rto": null,
                "upstream_code": "CENTRAL_2",
                "accused_name": "GOWTHAM R",
                "amount": 1000,
                "challan_status": "Disposed",
                "court_challan": false
            },
            {
                "number": 2,
                "challan_number": "TN14245230415181059",
                "offense_details": "Stop line violation",
                "challan_place": null,
                "challan_date": "2023-04-15",
                "state": "TN",
                "rto": null,
                "upstream_code": "CENTRAL_2",
                "accused_name": "GOWTHAM R",
                "amount": 500,
                "challan_status": "Disposed",
                "court_challan": false
            },
            {
                "number": 3,
                "challan_number": "TN16225230121133717",
                "offense_details": "No entry / Wrong side driving",
                "challan_place": null,
                "challan_date": "2023-01-21",
                "state": "TN",
                "rto": null,
                "upstream_code": "CENTRAL_2",
                "accused_name": "GOWTHAM R",
                "amount": 500,
                "challan_status": "Disposed",
                "court_challan": false
            }
        ]
    },
    "requested_at": "2023-11-14T08:53:04.074Z",
    "completed_at": "2023-11-24T11:40:22.495Z"
}
{
    "success": false,
    "code": 400,
    "message": "Invalid input. Please check your request and try again.",
    "error": {
        "message": "Invalid rc number",
        "field": "rc_number",
        "code": "BAD_REQUEST"
    }
}
PreviousMobile To UANNextVehicle RC Lite

Last updated 1 year ago

🇮🇳