# Issuing merchant categories Learn about the available categories that businesses are grouped in. Every business that processes card payments is categorized using [Merchant Category Codes](https://en.wikipedia.org/wiki/Merchant_category_code) (MCC). The category name is provided as a value for `merchant_data.category` on [Authorization](https://docs.stripe.com/api.md#issuing_authorization_object) objects. Some businesses may not fit into a specific category, in which case they’re categorized as `miscellaneous`. You can use these categories when creating [spending controls](https://docs.stripe.com/issuing/controls/spending-controls.md) to restrict issued cards from being used with certain business types. You can also use [enriched_merchant_data](https://docs.stripe.com/issuing/controls/real-time-authorizations.md#enriched-merchant-data) to set more granular controls.