---
title: "(C) List Business Industries and Sell Types"
source_url: https://docs.rapyd.net/en/-c--list-business-industries-and-sell-types.html
lang: en
---

# (C) List Business Industries and Sell Types

Before creating the application, the related request requires specifying a `business_industry` and a `sell_type`. Therefore, an additional prerequisite is to run the ‘List Business Industries and Sell Types’ request.

### Parameters

### Request Header Parameters

- - access_key
  - Unique access key provided by Rapyd for each authorized user.

    See [Developers](https://docs.rapyd.net/en/developers.md "Developers").
- - Content-Type
  - Indicates that the data appears in JSON format. Set to **application/json**.
- - idempotency
  - A unique key that prevents the platform from creating the same object twice.

    See [Idempotency](https://docs.rapyd.net/en/idempotency.md "Idempotency").
- - salt
  - Random string. Recommended length: 8-16 characters.
- - signature
  - Signature calculated for each request individually.

    See [Request Signatures](https://docs.rapyd.net/en/request-signatures.md "Request Signatures").
- - timestamp
  - Timestamp for the request, in [Unix time](https://docs.rapyd.net/en/glossary.md#UUID-945d98cf-adae-e1cf-2606-c7fae8b4a7e1_unix_time "Unix time") (seconds).
- - api_timestamp
  - Timestamp for the request, in [Unix time](https://docs.rapyd.net/en/glossary.md#UUID-945d98cf-adae-e1cf-2606-c7fae8b4a7e1_unix_time "Unix time") (seconds).

### Response

> **Note:**
>
> The response sample has been shortened since it contains many lines.

Example from the response: If the application is for a telecommunications equipment company that sells its merchandise via a website with a checkout page then the `business_industry` value is **4812** and the `sell_type` ID is **ATS-0001**.

- business_industry
- Includes data on the business industry.

  - - id
    - Four digit merchant category code of the business industry.
  - - value
    - Full name of the business industry.
  - - sub_mcc
    - Sub merchant category code. Value may be **null**.

- sell_type
- Includes data on the sell type.

  - - id
    - The ID of the sell type.
  - - value
    - Full name of the sell type.

- {base_uri}/v1/verify/api/applications/list/sell/type/mcc

- List Business Industries and Sell Types
- ```curl
  curl -X get
  'https://sandboxapi.rapyd.net/v1/verify/api/applications/list/sell/type/mcc' \
  -H 'access_key: your-access-key-here' \
  -H 'Content-Type: application/json' \
  -H 'salt: your-random-string-here' \
  -H 'signature: your-calculated-signature-here' \
  -H 'timestamp: your-unix-timestamp-here' \
  -H 'api_timestamp: your-unix-timestamp-here'
  ```
- ```json
  {
      "status": {
          "error_code": "",
          "status": "SUCCESS",
          "message": "",
          "response_code": "",
          "operation_id": "fa3510bc-396e-4f3e-8a2a-8110cfa50bd6"
      },
      "data": {
          "business_industry": {
              "Digital products": [
                  {
                      "id": 5816,
                      "value": "Digital Goods: Games",
                      "sub_mcc": [
                          {
                              "id": 12,
                              "value": "Gambling"
                          },
                          {
                              "id": 8,
                              "value": "Gaming"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          }
                      ]
                  },
                  {
                      "id": 5817,
                      "value": "Digital Goods: Applications (Excludes Games)",
                      "sub_mcc": [
                          {
                              "id": 10,
                              "value": "Adult Live Streaming"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          }
                      ]
                  },
                  {
                      "id": 5815,
                      "value": "Digital Goods: Media, Books, Movies, Music",
                      "sub_mcc": null
                  },
                  {
                      "id": 5818,
                      "value": "Digital Goods: Large Digital Goods Merchant",
                      "sub_mcc": null
                  }
              ],
              "Entertainment and recreation": [
                  {
                      "id": 7995,
                      "value": "Betting (including Lottery Tickets, Casino Gaming Chips, Off-track Betting and Wagers at Race Tracks)",
                      "sub_mcc": [
                          {
                              "id": 12,
                              "value": "Gambling"
                          },
                          {
                              "id": 8,
                              "value": "Gaming"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          }
                      ]
                  },
                  {
                      "id": 7996,
                      "value": "Amusement Parks, Carnivals, Circuses, Fortune Tellers",
                      "sub_mcc": null
                  },
                  {
                      "id": 7929,
                      "value": "Bands, Orchestras, and Miscellaneous Entertainers (Not Elsewhere Classified)",
                      "sub_mcc": null
                  },
                  {
                      "id": 7991,
                      "value": "Tourist Attractions and Exhibits",
                      "sub_mcc": null
                  },
                  {
                      "id": 7999,
                      "value": "Recreation Services (Not Elsewhere Classified)",
                      "sub_mcc": null
                  }
              ],
              "Financial services": [
                  {
                      "id": 4829,
                      "value": "Money Orders – Wire Transfer",
                      "sub_mcc": [
                          {
                              "id": 7,
                              "value": "None"
                          },
                          {
                              "id": 5,
                              "value": "Foreign Exchange"
                          },
                          {
                              "id": 4,
                              "value": "Financial Services Provider"
                          },
                          {
                              "id": 3,
                              "value": "Digital Wallet"
                          },
                          {
                              "id": 2,
                              "value": "Crypto"
                          }
                      ]
                  },
                  {
                      "id": 6012,
                      "value": "Financial Institutions – Merchandise and Services",
                      "sub_mcc": [
                          {
                              "id": 7,
                              "value": "None"
                          },
                          {
                              "id": 6,
                              "value": "Contracts for Difference"
                          },
                          {
                              "id": 5,
                              "value": "Foreign Exchange"
                          },
                          {
                              "id": 4,
                              "value": "Financial Services Provider"
                          },
                          {
                              "id": 3,
                              "value": "Digital Wallet"
                          },
                          {
                              "id": 2,
                              "value": "Crypto"
                          }
                      ]
                  },
                  {
                      "id": 6051,
                      "value": "Non-Financial Institutions – Foreign Currency, Money Orders (not wire transfer) and Travelers Cheques",
                      "sub_mcc": [
                          {
                              "id": 7,
                              "value": "None"
                          },
                          {
                              "id": 6,
                              "value": "Contracts for Difference"
                          },
                          {
                              "id": 5,
                              "value": "Foreign Exchange"
                          },
                          {
                              "id": 4,
                              "value": "Financial Services Provider"
                          },
                          {
                              "id": 2,
                              "value": "Crypto"
                          }
                      ]
                  },
                  {
                      "id": 6211,
                      "value": "Security Brokers/Dealers",
                      "sub_mcc": [
                          {
                              "id": 7,
                              "value": "None"
                          },
                          {
                              "id": 6,
                              "value": "Contracts for Difference"
                          },
                          {
                              "id": 5,
                              "value": "Foreign Exchange"
                          },
                          {
                              "id": 4,
                              "value": "Financial Services Provider"
                          },
                          {
                              "id": 3,
                              "value": "Digital Wallet"
                          },
                          {
                              "id": 2,
                              "value": "Crypto"
                          }
                      ]
                  },
                  {
                      "id": 6300,
                      "value": "Insurance Sales, Underwriting, and Premiums",
                      "sub_mcc": [
                          {
                              "id": 7,
                              "value": "None"
                          },
                          {
                              "id": 6,
                              "value": "Contracts for Difference"
                          },
                          {
                              "id": 5,
                              "value": "Foreign Exchange"
                          },
                          {
                              "id": 4,
                              "value": "Financial Services Provider"
                          },
                          {
                              "id": 3,
                              "value": "Digital Wallet"
                          },
                          {
                              "id": 2,
                              "value": "Crypto"
                          }
                      ]
                  }
              ],
              "Financial Services": [
                  {
                      "id": 6282,
                      "value": "Investment advice",
                      "sub_mcc": [
                          {
                              "id": 14,
                              "value": "Proprietary Trading"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          }
                      ]
                  }
              ],
              "Education": [
                  {
                      "id": 8249,
                      "value": "Vocational Schools and Trade Schools",
                      "sub_mcc": [
                          {
                              "id": 14,
                              "value": "Proprietary Trading"
                          },
                          {
                              "id": 12,
                              "value": "Gambling"
                          },
                          {
                              "id": 8,
                              "value": "Gaming"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          }
                      ]
                  },
                  {
                      "id": 8299,
                      "value": "Schools and Educational Services ( Not Elsewhere Classified)",
                      "sub_mcc": [
                          {
                              "id": 14,
                              "value": "Proprietary Trading"
                          },
                          {
                              "id": 12,
                              "value": "Gambling"
                          },
                          {
                              "id": 8,
                              "value": "Gaming"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          }
                      ]
                  },
                  {
                      "id": 8351,
                      "value": "Child Care Services",
                      "sub_mcc": null
                  },
                  {
                      "id": 8211,
                      "value": "Elementary and Secondary Schools",
                      "sub_mcc": null
                  },
                  {
                      "id": 8220,
                      "value": "Colleges, Junior Colleges, Universities, and ProfessionalSchools",
                      "sub_mcc": null
                  }
              ],
              "Professional services": [
                  {
                      "id": 9223,
                      "value": "Bail and Bond Payments",
                      "sub_mcc": [
                          {
                              "id": 7,
                              "value": "None"
                          },
                          {
                              "id": 2,
                              "value": "Crypto"
                          }
                      ]
                  },
                  {
                      "id": 8931,
                      "value": "Accounting, Auditing, and Bookkeeping Services",
                      "sub_mcc": null
                  },
                  {
                      "id": 8111,
                      "value": "Legal Services and Attorneys",
                      "sub_mcc": null
                  },
                  {
                      "id": 2741,
                      "value": "Miscellaneous Publishing and Printing",
                      "sub_mcc": null
                  },
                  {
                      "id": 4900,
                      "value": "Electric, Gas, Sanitary and Water Utilities",
                      "sub_mcc": null
                  },
                  {
                      "id": 5599,
                      "value": "Miscellaneous Auto Dealers",
                      "sub_mcc": null
                  },
                  {
                      "id": 5969,
                      "value": "Direct Marketing – Not Elsewhere Classified",
                      "sub_mcc": null
                  },
                  {
                      "id": 7321,
                      "value": "Consumer Credit Reporting Agencies",
                      "sub_mcc": null
                  },
                  {
                      "id": 7379,
                      "value": "Computer Maintenance and Repair Services, Not Elsewhere Classified",
                      "sub_mcc": null
                  },
                  {
                      "id": 7392,
                      "value": "Management, Consulting, and Public Relations Services",
                      "sub_mcc": null
                  },
                  {
                      "id": 7512,
                      "value": "Car Rental Companies ( Not Listed Below)",
                      "sub_mcc": null
                  },
                  {
                      "id": 7538,
                      "value": "Automotive Service Shops",
                      "sub_mcc": null
                  },
                  {
                      "id": 8734,
                      "value": "Testing Laboratories ( non-medical)",
                      "sub_mcc": null
                  },
                  {
                      "id": 8999,
                      "value": "Professional Services ( Not Elsewhere Defined)",
                      "sub_mcc": null
                  },
                  {
                      "id": 9399,
                      "value": "Government Services ( Not Elsewhere Classified)",
                      "sub_mcc": null
                  }
              ],
              "Personal services": [
                  {
                      "id": 7273,
                      "value": "Dating and Escort Services",
                      "sub_mcc": [
                          {
                              "id": 9,
                              "value": "Adult B2B"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          }
                      ]
                  },
                  {
                      "id": 7297,
                      "value": "Massage Parlors",
                      "sub_mcc": null
                  },
                  {
                      "id": 7230,
                      "value": "Barber and Beauty Shops",
                      "sub_mcc": null
                  },
                  {
                      "id": 780,
                      "value": "Horticultural Services, Landscaping Services",
                      "sub_mcc": null
                  },
                  {
                      "id": 7210,
                      "value": "Laundry, Cleaning, and Garment Services",
                      "sub_mcc": null
                  },
                  {
                      "id": 7277,
                      "value": "Counseling Service – Debt, Marriage, Personal",
                      "sub_mcc": null
                  },
                  {
                      "id": 7333,
                      "value": "Commercial Photography, Art and Graphics",
                      "sub_mcc": null
                  }
              ],
              "Retail": [
                  {
                      "id": 7298,
                      "value": "Health and Beauty Shops",
                      "sub_mcc": null
                  },
                  {
                      "id": 5199,
                      "value": "Non-durable Goods, Not Elsewhere Classified",
                      "sub_mcc": null
                  },
                  {
                      "id": 5094,
                      "value": "Precious Stones and Metals, Watches and Jewelry",
                      "sub_mcc": null
                  },
                  {
                      "id": 5944,
                      "value": "Watch, Clock, Jewelry, and Silverware Stores",
                      "sub_mcc": null
                  },
                  {
                      "id": 5045,
                      "value": "Computers, Computer Peripheral Equipment, Software",
                      "sub_mcc": null
                  },
                  {
                      "id": 5399,
                      "value": "Misc. General Merchandise",
                      "sub_mcc": null
                  },
                  {
                      "id": 5533,
                      "value": "Automotive Parts, Accessories Stores",
                      "sub_mcc": null
                  },
                  {
                      "id": 5611,
                      "value": "Men’s and Boy’s Clothing and Accessories Stores",
                      "sub_mcc": null
                  },
                  {
                      "id": 5691,
                      "value": "Men’s and Women’s Clothing Stores",
                      "sub_mcc": null
                  },
                  {
                      "id": 5712,
                      "value": "Furniture, Home Furnishings, and Equipment Stores, ExceptAppliances",
                      "sub_mcc": null
                  },
                  {
                      "id": 5732,
                      "value": "Electronic Sales",
                      "sub_mcc": null
                  },
                  {
                      "id": 5734,
                      "value": "Computer Software Stores",
                      "sub_mcc": null
                  },
                  {
                      "id": 5965,
                      "value": "Direct Marketing – Catalog and Catalog and Retail Merchant",
                      "sub_mcc": null
                  }
              ],
              "Membership organizations": [
                  {
                      "id": 7997,
                      "value": "Membership Clubs (Sports, Recreation, Athletic), Country Clubs, and Private Golf Courses",
                      "sub_mcc": null
                  },
                  {
                      "id": 8661,
                      "value": "Religious Organizations",
                      "sub_mcc": [
                          {
                              "id": 13,
                              "value": "Donations"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          },
                          {
                              "id": 2,
                              "value": "Crypto"
                          }
                      ]
                  },
                  {
                      "id": 8651,
                      "value": "Political Organizations",
                      "sub_mcc": [
                          {
                              "id": 13,
                              "value": "Donations"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          },
                          {
                              "id": 2,
                              "value": "Crypto"
                          }
                      ]
                  },
                  {
                      "id": 8641,
                      "value": "Civic, Fraternal, and Social Associations",
                      "sub_mcc": [
                          {
                              "id": 13,
                              "value": "Donations"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          },
                          {
                              "id": 2,
                              "value": "Crypto"
                          }
                      ]
                  },
                  {
                      "id": 8398,
                      "value": "Charitable and Social Service Organizations",
                      "sub_mcc": [
                          {
                              "id": 13,
                              "value": "Donations"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          },
                          {
                              "id": 2,
                              "value": "Crypto"
                          }
                      ]
                  },
                  {
                      "id": 8699,
                      "value": "Membership Organizations ( Not Elsewhere Classified)",
                      "sub_mcc": [
                          {
                              "id": 13,
                              "value": "Donations"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          },
                          {
                              "id": 2,
                              "value": "Crypto"
                          }
                      ]
                  }
              ],
              "Food and drink": [
                  {
                      "id": 5999,
                      "value": "Miscellaneous and Specialty Retail Stores",
                      "sub_mcc": [
                          {
                              "id": 15,
                              "value": "Cannabis Seeds"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          }
                      ]
                  },
                  {
                      "id": 5812,
                      "value": "Eating places and Restaurants",
                      "sub_mcc": null
                  },
                  {
                      "id": 5814,
                      "value": "Fast Food Restaurants",
                      "sub_mcc": null
                  },
                  {
                      "id": 5811,
                      "value": "Caterers",
                      "sub_mcc": null
                  }
              ],
              "Regulated and age-restricted products": [
                  {
                      "id": 5993,
                      "value": "Cigar Stores and Stands",
                      "sub_mcc": null
                  },
                  {
                      "id": 5122,
                      "value": "Drugs, Drug Proprietors, and Druggist’s Sundries",
                      "sub_mcc": null
                  },
                  {
                      "id": 5912,
                      "value": "Drug Stores and Pharmacies",
                      "sub_mcc": [
                          {
                              "id": 11,
                              "value": "CBD"
                          },
                          {
                              "id": 7,
                              "value": "None"
                          }
                      ]
                  }
              ],
              "Medical services": [
                  {
                      "id": 742,
                      "value": "Veterinary Services",
                      "sub_mcc": null
                  },
                  {
                      "id": 5047,
                      "value": "Medical, Dental Ophthalmic, Hospital Equipment and Supplies",
                      "sub_mcc": null
                  },
                  {
                      "id": 5966,
                      "value": "Direct Marketing- Outbound Telemarketing Merchant",
                      "sub_mcc": null
                  },
                  {
                      "id": 7361,
                      "value": "Employment Agencies, Temporary Help Services",
                      "sub_mcc": null
                  },
                  {
                      "id": 8011,
                      "value": "Doctors and Physicians (Not Elsewhere Classified)",
                      "sub_mcc": null
                  },
                  {
                      "id": 8021,
                      "value": "Dentists and Orthodontists",
                      "sub_mcc": null
                  },
                  {
                      "id": 8041,
                      "value": "Chiropractors",
                      "sub_mcc": null
                  },
                  {
                      "id": 8043,
                      "value": "Opticians, Opticians Goods and Eyeglasses",
                      "sub_mcc": null
                  },
                  {
                      "id": 8050,
                      "value": "Nursing and Personal Care Facilities",
                      "sub_mcc": null
                  },
                  {
                      "id": 8062,
                      "value": "Hospitals",
                      "sub_mcc": null
                  },
                  {
                      "id": 8071,
                      "value": "Medical and Dental Laboratories",
                      "sub_mcc": null
                  },
                  {
                      "id": 8099,
                      "value": "Medical Services and Health Practitioners (Not Elsewhere Classified)",
                      "sub_mcc": null
                  }
              ],
              "General contractors": [
                  {
                      "id": 1520,
                      "value": "General Contractors-Residential and Commercial",
                      "sub_mcc": null
                  }
              ],
              "Building services": [
                  {
                      "id": 1711,
                      "value": "Air Conditioning Contractors – Sales and Installation, Heating Contractors – Sales, Service, Installation",
                      "sub_mcc": null
                  },
                  {
                      "id": 4812,
                      "value": "Telecommunications Equipment including telephone sales",
                      "sub_mcc": null
                  },
                  {
                      "id": 4814,
                      "value": "Fax services, Telecommunication Services",
                      "sub_mcc": null
                  }
              ],
              "Transportation": [
                  {
                      "id": 4789,
                      "value": "Transportation Services, Not elsewhere classified)",
                      "sub_mcc": null
                  }
              ],
              "Travel and lodging": [
                  {
                      "id": 7011,
                      "value": "Lodging – Hotels, Motels, Resorts, Central Reservation Services (not elsewhere classified)",
                      "sub_mcc": null
                  }
              ]
          },
          "sell_type": [
              {
                  "id": "ATS-0001",
                  "value": "Website with a Checkout Page",
                  "disabled": false
              },
              {
                  "id": "ATS-0003",
                  "value": "Physical Business (Brick and Mortar)",
                  "disabled": false
              }
          ]
      }
  }
  ```
