# MCC codes

The following is a list pf all the Merchant Category Codes (MCC) that are used by UNIPaaS to classify a business or a sole trader by the types of goods or services it provides. Please make sure you pass an accurate MCC upon creating each vendor or during the vendor onboarding process.

<table>
  <thead>
    <tr>
      <th style={{ textAlign: "left" }}>
        Category
      </th>

      <th style={{ textAlign: "left" }}>
        MCC
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td style={{ textAlign: "left" }}>
        Agricultural Co-operatives
      </td>

      <td style={{ textAlign: "left" }}>
        AGRICULTURAL\_CO\_OP
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Artist’s Supply and Craft Shops
      </td>

      <td style={{ textAlign: "left" }}>
        ARTIST\_SUPPLY
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Membership Clubs (Sports, Recreation, Athletic)
      </td>

      <td style={{ textAlign: "left" }}>
        MEMBERSHIP\_CLUB
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Caterers
      </td>

      <td style={{ textAlign: "left" }}>
        CATERERS
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Construction Materials
      </td>

      <td style={{ textAlign: "left" }}>
        CONSTRUCTION\_MATERIALS
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Engineering, and Surveying Services
      </td>

      <td style={{ textAlign: "left" }}>
        ENGINEERING\_AND\_SURVEYING\_SERVICES
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Medical Services and Health Practitioners
      </td>

      <td style={{ textAlign: "left" }}>
        HEALTH\_AND\_MEDICAL\_SERVICES
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Telecommunication Services
      </td>

      <td style={{ textAlign: "left" }}>
        TELECOMMUNICATION\_SERVICES
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Industrial Supplies
      </td>

      <td style={{ textAlign: "left" }}>
        INDUSTRIAL\_SUPPLIES
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Media and Advertising Services
      </td>

      <td style={{ textAlign: "left" }}>
        MEDIA\_ADVERTISING\_SERVICES
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Utilities
      </td>

      <td style={{ textAlign: "left" }}>
        UTILITIES
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Furniture, Home Furnishings and Equipment Stores, Except Appliances
      </td>

      <td style={{ textAlign: "left" }}>
        FURNITURE\_AND\_HOME\_FURNISHINGS
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Professional Services
      </td>

      <td style={{ textAlign: "left" }}>
        PROFESSIONAL\_SERVICES
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Miscellaneous and Specialty Retail Stores
      </td>

      <td style={{ textAlign: "left" }}>
        MISC\_AND\_RETAIL\_STORES
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Miscellaneous Personal Services
      </td>

      <td style={{ textAlign: "left" }}>
        PERSONAL\_SERVICES
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Wholesale Clubs
      </td>

      <td style={{ textAlign: "left" }}>
        WHOLESALE\_CLUBS
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Management
      </td>

      <td style={{ textAlign: "left" }}>
        MANAGEMENT
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Architectural services
      </td>

      <td style={{ textAlign: "left" }}>
        ARCHITECTURAL\_SERVICES
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        General Contractors
      </td>

      <td style={{ textAlign: "left" }}>
        GENERAL\_CONTRACTORS
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Online Services
      </td>

      <td style={{ textAlign: "left" }}>
        ONLINE\_SERVICES
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Digital Goods
      </td>

      <td style={{ textAlign: "left" }}>
        DIGITAL\_GOODS
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Online retail (Tangible Goods)
      </td>

      <td style={{ textAlign: "left" }}>
        ONLINE\_RETAIL
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Food delivery
      </td>

      <td style={{ textAlign: "left" }}>
        FOOD\_DELIVERY
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Groceries stores and supermarkets
      </td>

      <td style={{ textAlign: "left" }}>
        GROCERIES\_AND\_SUPERMARKETS
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Transport
      </td>

      <td style={{ textAlign: "left" }}>
        TRANSPORTATION
      </td>
    </tr>
  </tbody>
</table>
