Merchant Categories

List accepted merchant categories - internal endpoint for Cards Gateway For groups we add a stringified display of mcc included

get/merchant-categories

Response

List of accepted merchant category codes (MCC). Each item is a 3-element array: [id, name, mcc_ranges_string].

string[] required

A 3-element array: [0] id — MCC group or code identifier; [1] name — human-readable label; [2] mcc_ranges — stringified MCC ranges (e.g. "1-3, 5, 8-10"), empty string for individual codes.

Changes

No recorded changes to this endpoint across all 1 revision of this API.