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
| Key | Datatype | Required | Description |
|---|---|---|---|
limit | number | Maximum number of items to return. | |
offset | number | Number of items to skip before returning the results. | |
sort | string | Sort order for the metrics. Use -field for sort by field descending and +field for sorting by field ascending. Multiple field are separated by ','. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
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}