v1

latestOpenAPI 3.0.32026-07-14108241269.2 KB
Know Your Business

GST to MCC

Fetches MCC (Merchant Category Code) details mapped to a GST number. This API is billable even when the GST number is invalid.

post/verify/gst_to_mcc

Request body

gst_nostring required
consentstring required
consent_textstring required
user_idstring

Example request

{
  "gst_no": "01ABCPD1234E1AB",
  "consent": "Y",
  "consent_text": "We confirm obtaining valid customer consent to access/process their GST data. Consent remains valid, informed, and unwithdrawn.",
  "user_id": "user_12345"
}

Response

Successful response (including billable non-data cases)

statusstring
chargeblestring
user_consentstring

Example response

{
  "status": "success",
  "result": {
    "gst": "01ABCPD1234E1AB"
  }
}