Created
July 31, 2022 06:27
-
-
Save Behram-Khattak/8a08a3879a67db972bb48fedc577a676 to your computer and use it in GitHub Desktop.
Stirpe MCC "Merchant Category Codes" Php Associative Array.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The MCC Merchant Category Codes defines the business your working with. | |
// These are necessary while creating Stripe Customer. | |
// Actually MCC become necessary when we use Stripe Connect to make Payments and Transfers. | |
$mcc = [ | |
'Ac Refrigeration Repair' => '7623', | |
'Accounting Bookkeeping Services' => '8931', | |
'Advertising Services' => '7311', | |
'Agricultural Cooperative' => '0763', | |
'Airlines Air Carriers' => '4511', | |
'Airports Flying Fields' => '4582', | |
'Ambulance Services' => '4119', | |
'Amusement Parks Carnivals' => '7996', | |
'Antique Reproductions' => '5937', | |
'Antique Shops' => '5932', | |
'Aquariums' => '7998', | |
'Architectural Surveying Services' => '8911', | |
'Art Dealers And Galleries' => '5971', | |
'Artists Supply And Craft Shops' => '5970', | |
'Auto Body Repair Shops' => '7531', | |
'Auto Paint Shops' => '7535', | |
'Auto Service Shops' => '7538', | |
'Auto And Home Supply Stores' => '5531', | |
'Automated Cash Disburse' => '6011', | |
'Automated Fuel Dispensers' => '5542', | |
'Automobile Associations' => '8675', | |
'Automotive Parts And Accessories Stores' => '5533', | |
'Automotive Tire Stores' => '5532', | |
'Bail And Bond Payments' => '9223', | |
'Bakeries' => '5462', | |
'Bands Orchestras' => '7929', | |
'Barber And Beauty Shops' => '7230', | |
'Betting Casino Gambling' => '7995', | |
'Bicycle Shops' => '5940', | |
'Billiard Pool Establishments' => '7932', | |
'Boat Dealers' => '5551', | |
'Boat Rentals And Leases' => '4457', | |
'Book Stores' => '5942', | |
'Books Periodicals And Newspapers' => '5192', | |
'Bowling Alleys' => '7933', | |
'Bus Lines' => '4131', | |
'Business Secretarial Schools' => '8244', | |
'Buying Shopping Services' => '7278', | |
'Cable Satellite And Other Pay Television And Radio' => '4899', | |
'Camera And Photographic Supply Stores' => '5946', | |
'Candy Nut And Confectionery Stores' => '5441', | |
'Car Rental Agencies' => '7512', | |
'Car Washes' => '7542', | |
'Car And Truck Dealers New Used' => '5511', | |
'Car And Truck Dealers Used Only' => '5521', | |
'Carpentry Services' => '1750', | |
'Carpet Upholstery Cleaning' => '7217', | |
'Caterers' => '5811', | |
'Charitable And Social Service Organizations Fundraising' => '8398', | |
'Chemicals And Allied Products' => '5169', | |
'Child Care Services' => '8351', | |
'Childrens And Infants Wear Stores' => '5641', | |
'Chiropodists Podiatrists' => '8049', | |
'Chiropractors' => '8041', | |
'Cigar Stores And Stands' => '5993', | |
'Civic Social Fraternal Associations' => '8641', | |
'Cleaning And Maintenance' => '7349', | |
'Clothing Rental' => '7296', | |
'Colleges Universities' => '8220', | |
'Commercial Equipment' => '5046', | |
'Commercial Footwear' => '5139', | |
'Commercial Photography Art And Graphics' => '7333', | |
'Commuter Transport And Ferries' => '4111', | |
'Computer Network Services' => '4816', | |
'Computer Programming' => '7372', | |
'Computer Repair' => '7379', | |
'Computer Software Stores' => '5734', | |
'Computers Peripherals And Software' => '5045', | |
'Concrete Work Services' => '1771', | |
'Construction Materials' => '5039', | |
'Consulting Public Relations' => '7392', | |
'Correspondence Schools' => '8241', | |
'Cosmetic Stores' => '5977', | |
'Counseling Services' => '7277', | |
'Country Clubs' => '7997', | |
'Courier Services' => '4215', | |
'Court Costs' => '9211', | |
'Credit Reporting Agencies' => '7321', | |
'Cruise Lines' => '4411', | |
'Dairy Products Stores' => '5451', | |
'Dance Hall Studios Schools' => '7911', | |
'Dating Escort Services' => '7273', | |
'Dentists Orthodontists' => '8021', | |
'Department Stores' => '5311', | |
'Detective Agencies' => '7393', | |
'Digital Goods Media' => '5815', | |
'Digital Goods Applications' => '5817', | |
'Digital Goods Games' => '5816', | |
'Digital Goods Large Volume' => '5818', | |
'Direct Marketing Catalog Merchant' => '5964', | |
'Direct Marketing Combination Catalog And Retail Merchant' => '5965', | |
'Direct Marketing Inbound Telemarketing' => '5967', | |
'Direct Marketing Insurance Services' => '5960', | |
'Direct Marketing Other' => '5969', | |
'Direct Marketing Outbound Telemarketing' => '5966', | |
'Direct Marketing Subscription' => '5968', | |
'Direct Marketing Travel' => '5962', | |
'Discount Stores' => '5310', | |
'Doctors' => '8011', | |
'Door To Door Sales' => '5963', | |
'Drapery Window Covering And Upholstery Stores' => '5714', | |
'Drinking Places' => '5813', | |
'Drug Stores And Pharmacies' => '5912', | |
'Drugs Drug Proprietaries And Druggist Sundries' => '5122', | |
'Dry Cleaners' => '7216', | |
'Durable Goods' => '5099', | |
'Duty Free Stores' => '5309', | |
'Eating Places Restaurants' => '5812', | |
'Educational Services' => '8299', | |
'Electric Razor Stores' => '5997', | |
'Electrical Parts And Equipment' => '5065', | |
'Electrical Services' => '1731', | |
'Electronics Repair Shops' => '7622', | |
'Electronics Stores' => '5732', | |
'Elementary Secondary Schools' => '8211', | |
'Employment Temp Agencies' => '7361', | |
'Equipment Rental' => '7394', | |
'Exterminating Services' => '7342', | |
'Family Clothing Stores' => '5651', | |
'Fast Food Restaurants' => '5814', | |
'Financial Institutions' => '6012', | |
'Fines Government Administrative Entities' => '9222', | |
'Fireplace Fireplace Screens And Accessories Stores' => '5718', | |
'Floor Covering Stores' => '5713', | |
'Florists' => '5992', | |
'Florists Supplies Nursery Stock And Flowers' => '5193', | |
'Freezer And Locker Meat Provisioners' => '5422', | |
'Fuel Dealers Non Automotive' => '5983', | |
'Funeral Services Crematories' => '7261', | |
'Furniture Repair Refinishing' => '7641', | |
'Furniture Home Furnishings And Equipment Stores Except Appliances' => '5712', | |
'Furriers And Fur Shops' => '5681', | |
'General Services' => '1520', | |
'Gift Card Novelty And Souvenir Shops' => '5947', | |
'Glass Paint And Wallpaper Stores' => '5231', | |
'Glassware Crystal Stores' => '5950', | |
'Golf Courses Public' => '7992', | |
'Government Services' => '9399', | |
'Grocery Stores Supermarkets' => '5411', | |
'Hardware Stores' => '5251', | |
'Hardware Equipment And Supplies' => '5072', | |
'Health And Beauty Spas' => '7298', | |
'Hearing Aids Sales And Supplies' => '5975', | |
'Heating Plumbing A C' => '1711', | |
'Hobby Toy And Game Shops' => '5945', | |
'Home Supply Warehouse Stores' => '5200', | |
'Hospitals' => '8062', | |
'Hotels Motels And Resorts' => '7011', | |
'Household Appliance Stores' => '5722', | |
'Industrial Supplies' => '5085', | |
'Information Retrieval Services' => '7375', | |
'Insurance Default' => '6399', | |
'Insurance Underwriting Premiums' => '6300', | |
'Intra Company Purchases' => '9950', | |
'Jewelry Stores Watches Clocks And Silverware Stores' => '5944', | |
'Landscaping Services' => '0780', | |
'Laundries' => '7211', | |
'Laundry Cleaning Services' => '7210', | |
'Legal Services Attorneys' => '8111', | |
'Luggage And Leather Goods Stores' => '5948', | |
'Lumber Building Materials Stores' => '5211', | |
'Manual Cash Disburse' => '6010', | |
'Marinas Service And Supplies' => '4468', | |
'Masonry Stonework And Plaster' => '1740', | |
'Massage Parlors' => '7297', | |
'Medical Services' => '8099', | |
'Medical And Dental Labs' => '8071', | |
'Medical Dental Ophthalmic And Hospital Equipment And Supplies' => '5047', | |
'Membership Organizations' => '8699', | |
'Mens And Boys Clothing And Accessories Stores' => '5611', | |
'Mens Womens Clothing Stores' => '5691', | |
'Metal Service Centers' => '5051', | |
'Miscellaneous Apparel And Accessory Shops' => '5699', | |
'Miscellaneous Auto Dealers' => '5599', | |
'Miscellaneous Business Services' => '7399', | |
'Miscellaneous Food Stores' => '5499', | |
'Miscellaneous General Merchandise' => '5399', | |
'Miscellaneous General Services' => '7299', | |
'Miscellaneous Home Furnishing Specialty Stores' => '5719', | |
'Miscellaneous Publishing And Printing' => '2741', | |
'Miscellaneous Recreation Services' => '7999', | |
'Miscellaneous Repair Shops' => '7699', | |
'Miscellaneous Specialty Retail' => '5999', | |
'Mobile Home Dealers' => '5271', | |
'Motion Picture Theaters' => '7832', | |
'Motor Freight Carriers And Trucking' => '4214', | |
'Motor Homes Dealers' => '5592', | |
'Motor Vehicle Supplies And New Parts' => '5013', | |
'Motorcycle Shops And Dealers' => '5571', | |
'Motorcycle Shops Dealers' => '5561', | |
'Music Stores Musical Instruments Pianos And Sheet Music' => '5733', | |
'News Dealers And Newsstands' => '5994', | |
'Non Fi Money Orders' => '6051', | |
'Non Fi Stored Value Card Purchase Load' => '6540', | |
'Nondurable Goods' => '5199', | |
'Nurseries Lawn And Garden Supply Stores' => '5261', | |
'Nursing Personal Care' => '8050', | |
'Office And Commercial Furniture' => '5021', | |
'Opticians Eyeglasses' => '8043', | |
'Optometrists Ophthalmologist' => '8042', | |
'Orthopedic Goods Prosthetic Devices' => '5976', | |
'Osteopaths' => '8031', | |
'Package Stores Beer Wine And Liquor' => '5921', | |
'Paints Varnishes And Supplies' => '5198', | |
'Parking Lots Garages' => '7523', | |
'Passenger Railways' => '4112', | |
'Pawn Shops' => '5933', | |
'Pet Shops Pet Food And Supplies' => '5995', | |
'Petroleum And Petroleum Products' => '5172', | |
'Photo Developing' => '7395', | |
'Photographic Studios' => '7221', | |
'Photographic Photocopy Microfilm Equipment And Supplies' => '5044', | |
'Picture Video Production' => '7829', | |
'Piece Goods Notions And Other Dry Goods' => '5131', | |
'Plumbing Heating Equipment And Supplies' => '5074', | |
'Political Organizations' => '8651', | |
'Postal Services Government Only' => '9402', | |
'Precious Stones And Metals Watches And Jewelry' => '5094', | |
'Professional Services' => '8999', | |
'Public Warehousing And Storage' => '4225', | |
'Quick Copy Repro And Blueprint' => '7338', | |
'Railroads' => '4011', | |
'Real Estate Agents And Managers Rentals' => '6513', | |
'Record Stores' => '5735', | |
'Recreational Vehicle Rentals' => '7519', | |
'Religious Goods Stores' => '5973', | |
'Religious Organizations' => '8661', | |
'Roofing Siding Sheet Metal' => '1761', | |
'Secretarial Support Services' => '7339', | |
'Security Brokers Dealers' => '6211', | |
'Service Stations' => '5541', | |
'Sewing Needlework Fabric And Piece Goods Stores' => '5949', | |
'Shoe Repair Hat Cleaning' => '7251', | |
'Shoe Stores' => '5661', | |
'Small Appliance Repair' => '7629', | |
'Snowmobile Dealers' => '5598', | |
'Special Trade Services' => '1799', | |
'Specialty Cleaning' => '2842', | |
'Sporting Goods Stores' => '5941', | |
'Sporting Recreation Camps' => '7032', | |
'Sports Clubs Fields' => '7941', | |
'Sports And Riding Apparel Stores' => '5655', | |
'Stamp And Coin Stores' => '5972', | |
'Stationary Office Supplies Printing And Writing Paper' => '5111', | |
'Stationery Stores Office And School Supply Stores' => '5943', | |
'Swimming Pools Sales' => '5996', | |
'T Ui Travel Germany' => '4723', | |
'Tailors Alterations' => '5697', | |
'Tax Payments Government Agencies' => '9311', | |
'Tax Preparation Services' => '7276', | |
'Taxicabs Limousines' => '4121', | |
'Telecommunication Equipment And Telephone Sales' => '4812', | |
'Telecommunication Services' => '4814', | |
'Telegraph Services' => '4821', | |
'Tent And Awning Shops' => '5998', | |
'Testing Laboratories' => '8734', | |
'Theatrical Ticket Agencies' => '7922', | |
'Timeshares' => '7012', | |
'Tire Retreading And Repair' => '7534', | |
'Tolls Bridge Fees' => '4784', | |
'Tourist Attractions And Exhibits' => '7991', | |
'Towing Services' => '7549', | |
'Trailer Parks Campgrounds' => '7033', | |
'Transportation Services' => '4789', | |
'Travel Agencies Tour Operators' => '4722', | |
'Truck Stop Iteration' => '7511', | |
'Truck Utility Trailer Rentals' => '7513', | |
'Typesetting Plate Making And Related Services' => '2791', | |
'Typewriter Stores' => '5978', | |
'U S Federal Government Agencies Or Departments' => '9405', | |
'Uniforms Commercial Clothing' => '5137', | |
'Used Merchandise And Secondhand Stores' => '5931', | |
'Utilities' => '4900', | |
'Variety Stores' => '5331', | |
'Veterinary Services' => '0742', | |
'Video Amusement Game Supplies' => '7993', | |
'Video Game Arcades' => '7994', | |
'Video Tape Rental Stores' => '7841', | |
'Vocational Trade Schools' => '8249', | |
'Watch Jewelry Repair' => '7631', | |
'Welding Repair' => '7692', | |
'Wholesale Clubs' => '5300', | |
'Wig And Toupee Stores' => '5698', | |
'Wires Money Orders' => '4829', | |
'Womens Accessory And Specialty Shops' => '5631', | |
'Womens Ready To Wear Stores' => '5621', | |
'Wrecking And Salvage Yards' => '5935', | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was searching about merchant category code finally I got at thank you so much for solving my issue