v1
latestOpenAPI 3.0.32026-07-14108241269.2 KBKnow Your Business
HSN to MCC
Fetches MCC (Merchant Category Code) details mapped to an HSN code. Requires valid user consent.
post/verify/hsn_to_mcc
Request body
Example request
{
"hsn_code": "12345678",
"consent": "Y",
"consent_text": "We confirm obtaining valid customer consent to access/process their HSN data. Consent remains valid, informed, and unwithdrawn.",
"user_id": "user_12345"
}Response
Successful response
Example response
{
"status": "success",
"result": {
"hsn_code": "12345678",
"hsn_description": "STRUCTURES (EXCLUDING PREFABRICATED BUILDINGS...)",
"mcc_code": "1234"
}
}