Get all active merchant category codes

GET {{baseUrl}}/merchant-category-codes?limit=25&offset=0&sort=+merchantCategoryName

Returns a list of Merchant Category Codes ordered by Merchant Category Code or Merchant Category Name, depending on user input. The list will be ordered by Merchant Category Name by default.

Request Params

KeyDatatypeRequiredDescription
limitnumberMaximum number of items to return.
offsetnumberNumber of items to skip before returning the results.
sortstringSort order for the metrics. Use -field for sort by field descending and +field for sorting by field ascending. Multiple field are separated by ','.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"items":[{"merchantCategoryCode":"0004","merchantCategoryName":"AIR CARRIERS  AIRLINES-NOT ELSEWHERE CLASSIFIED"},{"merchantCategoryCode":"0004","merchantCategoryName":"AIR CARRIERS  AIRLINES-NOT ELSEWHERE CLASSIFIED"}],"total":25,"limit":0,"offset":0}