Additional material and support for hackathon events
![]()
This API provides methods to look up both the definitions of U.S. Bank common product definitions and industry standard Merchant Category Codes. [API documentation]

Note: A Merchant Category Code (MCC) is a four-digit code assigned to every business that applies to accept credit cards. This code indicates the nature of the merchant’s business (e.g., Airlines, Veterinary Sciences, Hardware Store, etc.) They have become the standard for categorizing card purchases based on industry.
The /code/{mcc} method will return the description for a specific merchant code.
This method is very useful for categorizing a specific purchase.
The Reference API also has a search function for you to look up MCC codes based on their description. Specifically, the /codes/search/desc={search_string} method allows you to query for a given string. For example, you can search for all the MCC codes associated with a general industry, such as “Food” or “Legal”