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
  • Post parameters description is given below,
  • Get document details
  • Query parameters description is given below,
  1. KYC Verification
  2. Document Verification
  3. India

GST Number

GST Number verification process ensures that they are dealing with legitimate GST-registered suppliers or customers, and that they are claiming input tax credits correctly. The businesses' GST registration and compliance are verified to ensure that they are complying with the GST rules and regulations.

Submit Document

ind_gst

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

Post parameters description is given below,

Post Parameter
Type
Is Mandatory
Description

gst_number

String

Yes

Your GST Number

Sample Post Parameters

{
    "gst_number": "00AADCF9175D1ZP"
}
{
    "success": true,
    "status_code": 200,
    "message": "Document verification completed successfully.",
    "status": "completed",
    "reference_id": "e3a612af-565c-4491-819b-fe4fa16e8307",
    "result": {
        "document_status": "SUCCESS",
        "date_of_registration": "2020-08-01",
        "gstin": "00AADCF9175D1ZP",
        "gstin_status": "ACTIVE",
        "taxpayer_type": "REGULAR",
        "trade_name": "FOLOOSI TECHNOLOGIES PRIVATE LIMITED",
        "last_updated_date": "2020-08-07",
        "legal_name": "FOLOOSI TECHNOLOGIES PRIVATE LIMITED",
        "primary_business_contact": null,
        "additional_places_of_business_in_state": null,
        "nature_of_principal_place_of_business": "OFFICE / SALE OFFICE,SUPPLIER OF SERVICES",
        "principal_place_of_business_address": "PLOT NO.5, INDIRA AVENUE, THIRUPATHY NAGAR 4TH MAIN ROAD, KOLATHUR, TIRUVALLUR, TAMIL NADU, 600099"
    },
    "requested_at": "2023-09-21T13:16:10.036Z",
    "completed_at": "2023-09-21T13:16:10.418Z"
}
{
    "success": true,
    "code": 200,
    "message": "The request is being processed. Please wait for completion.",
    "reference_id": "ee974a80-6aaf-4b42-8a91-336d770c8eed",
    "status": "in_progress",
    "requested_at": "2024-04-18T10:27:44.604Z"
}
{
    "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": "d4c99151-7173-48c4-9dc6-d147f99e3df8",
    "status": "failed",
    "error": {
        "message": "Data not found",
        "code": "ERROR"
    },
    "requested_at": "2024-04-18T10:59:39.800Z",
    "completed_at": "2024-04-18T10:59:41.401Z"
}

Check Document Status

Get document details

GET https://secctrl.tutelar.io/api/v1/kyc/merchant/ind_gst

Query parameters description is given below,

Query Parameter
Type
Is Mandatory
Description

reference_id

String

Yes

Document reference id

{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "21a09955-839a-49c2-972e-df09224cd09f",
    "status": "completed",
    "result": {
        "gstin": "00AADCF9175D1ZP",
        "date_of_registration": "2020-08-01",
        "gstin_status": "Active",
        "taxpayer_type": "Regular",
        "trade_name": "FOLOOSI TECHNOLOGIES PRIVATE LIMITED",
        "legal_name": "FOLOOSI TECHNOLOGIES PRIVATE LIMITED",
        "date_of_cancellation": null,
        "constitution_of_business": "Private Limited Company",
        "address": "PLOT NO.5, INDIRA AVENUE, THIRUPATHY NAGAR 4TH MAIN ROAD, KOLATHUR, Tiruvallur, Tamil Nadu, 600099",
        "nature_of_principal_place_of_business": "Office / Sale Office, Supplier of Services"
    },
    "requested_at": "2024-04-18T10:57:18.437Z",
    "completed_at": "2024-04-18T10:57:19.391Z"
}
{
    "success": true,
    "code": 200,
    "message": "The request is being processed. Please wait for completion.",
    "reference_id": "ee974a80-6aaf-4b42-8a91-336d770c8eed",
    "status": "in_progress",
    "requested_at": "2024-04-18T10:27:44.604Z"
}
{
    "success": true,
    "code": 200,
    "message": "The request could not be completed due to an error.",
    "reference_id": "d4c99151-7173-48c4-9dc6-d147f99e3df8",
    "status": "failed",
    "error": {
        "message": "Data not found",
        "code": "ERROR"
    },
    "requested_at": "2024-04-18T10:59:39.800Z",
    "completed_at": "2024-04-18T10:59:41.401Z"
}
PreviousDriving LicenseNextPassport

Last updated 1 year ago

🇮🇳