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_gst_advanced
  • Post Parameters description is given below
  1. KYC Verification
  2. Document Verification
  3. India

GST Advanced

Submit document

ind_gst_advanced

POST https://secctrl.tutelar.io/api/v1/kyc/merchant/ind_gst_advanced

Post Parameters description is given below

Post Parameter
Type
is Mandatory
Description

gst_number

String

yes

Gst Number

Sample Post Parameters

{
    "gst_number": "00AAJCT3251A1ZU"
}
{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "80f4a3c4-5de4-48b1-a7a4-9bb60229f7ef",
    "status": "completed",
    "result": {
        "gstin": "00AAJCT3251A1ZU",
        "pan_number": "AAJCT3001A",
        "date_of_registration": "2022-05-04",
        "gstin_status": "Cancelled on application of Taxpayer",
        "taxpayer_type": "Regular",
        "trade_name": "TUTELAR FINTECH PRIVATE LIMITED",
        "legal_name": "TUTELAR FINTECH PRIVATE LIMITED",
        "address": null,
        "date_of_cancellation": "2023-11-01",
        "constitution_of_business": "Private Limited Company",
        "state_jurisdiction": "State - Tamil Nadu,Division - CHENNAI CENTRAL,Zone - Central-I,Circle - SALIGRAMAM (Jurisdictional Office)",
        "center_jurisdiction": "Commissionerate - CHENNAI-SOUTH,Division - VADAPALANI,Range - RANGE II",
        "annual_turnover": "Slab: Rs. 40 lakhs to 1.5 Cr.",
        "annual_turnover_fy": "2022-2023",
        "percentage_in_cash_fy": "",
        "percentage_in_cash": "NA",
        "aadhaar_validation": "Yes",
        "aadhaar_validation_date": "2022-05-17",
        "liability_percentage_details": {},
        "address_details": {},
        "nature_of_principal_place_of_business": [
            "Supplier of Services"
        ],
        "field_visit_conducted": "No",
        "nature_of_core_business_activity_code": "SPO",
        "nature_of_core_business_activity_description": "Service Provider and Others",
        "contact_details": {
            "principal": {
                "address": "LEVEL-3 SHYAMALA TOWER, M/s REGUS CHENNAI . OFFICE CENTRE PVT, Shyamala Towers, 136 ARCVOT ROAD, Saligramam, Chennai, Chennai, Tamil Nadu, 600093",
                "email": "info@tutelar.io",
                "mobile": "7373288844",
                "nature_of_business": "Supplier of Services"
            },
            "additional": []
        },
        "promoters": [
            "KUMARASAMY RAJA PRADEEP KUMAR ",
            "PERUNTHALAIYUR VENKATASAMY KUMARASAMY RAJA "
        ],
        "filing_status": [
            [
                {
                    "return_type": "GSTR1",
                    "financial_year": "2023-2024",
                    "tax_period": "October",
                    "date_of_filing": "2023-11-08",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                },
                {
                    "return_type": "GSTR1",
                    "financial_year": "2023-2024",
                    "tax_period": "September",
                    "date_of_filing": "2023-10-09",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                }
            ]
        ],
        "hsn_info": {
            "goods": [],
            "services": [
                {
                    "description": "Information technology (IT) consulting and support services",
                    "hsn": "998313"
                }
            ]
        },
        "filing_frequency": []
    },
    "requested_at": "2024-04-18T11:08:26.921Z",
    "completed_at": "2024-04-18T11:08:32.845Z"
}
{
    "success": false,
    "code": 400,
    "message": "Invalid input. Please check your request and try again.",
    "error": {
        "message": "Invalid GST Number",
        "field": "gst_number",
        "code": "BAD_REQUEST"
    }
}
{
    "success": true,
    "code": 200,
    "message": "The request could not be completed due to an error.",
    "reference_id": "cff5a9ef-dd46-4394-ba9d-74982fe6c1c9",
    "status": "failed",
    "error": {
        "message": "Invalid GSTIN",
        "code": "ERROR"
    },
    "requested_at": "2024-04-18T11:09:19.701Z",
    "completed_at": "2024-04-18T11:09:24.727Z"
}

PreviousName CompareNextAadhar with Otp

Last updated 1 year ago

🇮🇳