ZuelPay
  1. Verification API
  • API DOCUMENTS
  • Auth
  • Account
    • balance
      POST
  • Verification API
    • pan
      POST
    • voter
      POST
    • aadhar-genrate-otp
      POST
    • aadhar-verify
      POST
    • upi
      POST
    • bank
      POST
    • licesnce
      POST
    • passport
      POST
    • GSTIN LookUp
      POST
    • FASTAG
      POST
  • Recharge API
    • operators
      GET
    • payment
      POST
  • UPI PAYMENT API
    • payment
      POST
  • Operator Lookup API
    • operator_lookup
      POST
  • Mobile Tariff Plans
    • mobile_recharge_plans
      POST
  • Utility Bill Pay API
    • Get Category
      GET
    • Biller Lists
      GET
    • Biller Fetch
      POST
    • Biller Payment
      POST
  • Gift Card/ Brand Voucher API
    • Get Category
    • Brand Lists
    • Buy Giftcard Voucher
  • webhook/callback
    • webhook
  • Recharge Validation API
    • validation
  1. Verification API

GSTIN LookUp

POST
/verification/gstin
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/verification/gstin' \
--header 'Token: ZKEY01fbb15e8098dd8970e5c66d2' \
--header 'checkSum: af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id_number": "19AABCZ6645E1Z2",
    "filing_status_get": true
    
}'
Response Response Example
{
    "data": {
        "address_details": [],
        "einvoice_status": false,
        "client_id": "corporate_gstin_iksRbiCmtGwqkaXGyDoq",
        "gstin": "19AABCZ6645E1Z2",
        "pan_number": "AABCZ6645E",
        "business_name": "ZUELPAY SERVICES PRIVATE LIMITED",
        "legal_name": "ZUELPAY SERVICES PRIVATE LIMITED",
        "center_jurisdiction": "State - CBIC,Zone - KOLKATA,Commissionerate - KOLKATA-SOUTH,Division - BISHNUPUR DIVISION,Range - RANGE-I",
        "state_jurisdiction": "Commissionerate - West Bengal,Circle - BEHALA,Charge - BARUIPUR (Jurisdictional Office)",
        "date_of_registration": "2021-12-06",
        "constitution_of_business": "Private Limited Company",
        "taxpayer_type": "Regular",
        "gstin_status": "Active",
        "date_of_cancellation": "1800-01-01",
        "field_visit_conducted": "No",
        "nature_bus_activities": [
            "Supplier of Services",
            "Office / Sale Office"
        ],
        "nature_of_core_business_activity_code": "SPO",
        "nature_of_core_business_activity_description": "Service Provider and Others",
        "aadhaar_validation": "Yes",
        "aadhaar_validation_date": "2023-12-30",
        "filing_status": [
            [
                {
                    "return_type": "GSTR1",
                    "financial_year": "2024-2025",
                    "tax_period": "September",
                    "date_of_filing": "2024-10-11",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                },
                {
                    "return_type": "GSTR1",
                    "financial_year": "2024-2025",
                    "tax_period": "August",
                    "date_of_filing": "2024-09-11",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                },
                {
                    "return_type": "GSTR1",
                    "financial_year": "2024-2025",
                    "tax_period": "July",
                    "date_of_filing": "2024-08-11",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                },
                {
                    "return_type": "GSTR1",
                    "financial_year": "2024-2025",
                    "tax_period": "June",
                    "date_of_filing": "2024-07-14",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                },
                {
                    "return_type": "GSTR1",
                    "financial_year": "2024-2025",
                    "tax_period": "May",
                    "date_of_filing": "2024-06-17",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                },
                {
                    "return_type": "GSTR1",
                    "financial_year": "2024-2025",
                    "tax_period": "April",
                    "date_of_filing": "2024-05-20",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                },
                {
                    "return_type": "GSTR3B",
                    "financial_year": "2024-2025",
                    "tax_period": "September",
                    "date_of_filing": "2024-10-20",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                },
                {
                    "return_type": "GSTR3B",
                    "financial_year": "2024-2025",
                    "tax_period": "August",
                    "date_of_filing": "2024-09-20",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                },
                {
                    "return_type": "GSTR3B",
                    "financial_year": "2024-2025",
                    "tax_period": "July",
                    "date_of_filing": "2024-08-20",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                },
                {
                    "return_type": "GSTR3B",
                    "financial_year": "2024-2025",
                    "tax_period": "June",
                    "date_of_filing": "2024-07-20",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                },
                {
                    "return_type": "GSTR3B",
                    "financial_year": "2024-2025",
                    "tax_period": "May",
                    "date_of_filing": "2024-06-20",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                },
                {
                    "return_type": "GSTR3B",
                    "financial_year": "2024-2025",
                    "tax_period": "April",
                    "date_of_filing": "2024-05-20",
                    "status": "Filed",
                    "mode_of_filing": "ONLINE"
                }
            ]
        ],
        "address": "77, RABINDRA NAGAR, LASKARPUR, GARIA, Kolkata, West Bengal, 700153",
        "hsn_info": [],
        "filing_frequency": []
    },
    "status_code": 200,
    "success": true,
    "message": null,
    "message_code": "success",
    "result": 0,
    "msg": "success"
}

Request

Header Params
Token
string 
required
Example:
ZKEY01fbb15e8098dd8970e5c66d2
checkSum
string 
required
Example:
af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6
Body Params application/json
id_number
string 
required
filing_status_get
boolean 
required
Examples

Responses

🟢200response
application/json
Body
data
object 
required
address_details
array
required
einvoice_status
boolean 
required
client_id
string 
required
gstin
string 
required
pan_number
string 
required
business_name
string 
required
legal_name
string 
required
center_jurisdiction
string 
required
state_jurisdiction
string 
required
date_of_registration
string 
required
constitution_of_business
string 
required
taxpayer_type
string 
required
gstin_status
string 
required
date_of_cancellation
string 
required
field_visit_conducted
string 
required
nature_bus_activities
array[string]
required
nature_of_core_business_activity_code
string 
required
nature_of_core_business_activity_description
string 
required
aadhaar_validation
string 
required
aadhaar_validation_date
string 
required
filing_status
array [array] 
required
address
string 
required
hsn_info
array
required
filing_frequency
array
required
status_code
integer 
required
success
boolean 
required
message
null 
required
message_code
string 
required
result
integer 
required
msg
string 
required
Previous
passport
Next
FASTAG
Built with