v1
latestOpenAPI 3.0.32026-07-14108241269.2 KBKnow 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
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)
Example response
{
"status": "success",
"result": {
"gst": "01ABCPD1234E1AB"
}
}