PAN to GST Journey

This API enables the businesses to fetch GST Number from Business PAN.

Journey Input Data

{
  "pan":""
}

Journey Output Data

{
  "transaction_id": "",
  "journey_transaction_id": "",
  "journey_id": "",
  "status": "SUCCESS|FAILURE|IN_PROGRESS",
  "status_code": "Refer to the table below",
  "message": "Refer to the table below",
  "decision": "CLEAR|MUST REVIEW|NEEDS REVIEW",
  "checks": [],
  "data": {
    "keys": {
      "gst_numbers": [
        {
          "gst_numbers_list": [
            {
              "gstin": "",
              "status": ""
            }
          ]
        }
      ]
    }
  }
}
📘

This journeys does not include any pre-configured Ownership or Fraud Checks. To add these checks, please contact your Account Manager.

Status Codes

ScenarioHttpStatusstatusstatus_codemessage
When request is successful and PAN details are available.200SUCCESSsuccessRequest successful
When PAN Number provided is not a valid PAN Number format200FAILUREinvalid_pan_noPAN no is invalid
When no details found at Source for given PAN Number200FAILUREdocument_not_foundEntity not found
Multiple records found200FAILUREmultiple_records_foundMultiple records found
When Input doesn't contain the pan_nofield.400FAILUREinvalid_inputpan_no is required
Invalid Client Credentials401FAILUREinvalid_credentialsInvalid Client Credentials
Any unhandled error from Equal end500FAILUREinternal_server_errorSomething went wrong, please try again.
Too many requests429No object will be sent, throttling happens at the gateway level.
Service Unavailable503

📘

Journey ID will be shared as part of Onboarding

Key Descriptions

KeyDescription
transaction_idUnique identifier for the transaction.
journey_transaction_idUnique identifier for the journey transaction.
journey_idUnique identifier for the journey.
statusCurrent status of the transaction. Possible values: SUCCESS, FAILURE, IN_PROGRESS.
status_codeCode representing the specific status of the transaction. Refer to the documentation for possible values.
messageDetailed message about the transaction status. Refer to the documentation for specific messages.
decisionFinal decision based on all checks. Possible values: CLEAR, MUST REVIEW, NEEDS REVIEW.
checksList of checks performed during the transaction.
pan_no10 digit business PAN number
gstinGSTIN number linked with the given business PAN
statusStatus of the GSTIN number
decision (specific key)Decision for this specific key based on the checks performed. Possible values: CLEAR, MUST REVIEW, NEEDS REVIEW.
checks (specific key)List of checks performed on this specific key.
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!