hackathon

Additional material and support for hackathon events

View the Project on GitHub interrogen/hackathon

Reference API

Reference API

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]

Reference Workflow

Features

Use Cases

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.

FAQs

Q. How do I look up a specific MCC code?

The /code/{mcc} method will return the description for a specific merchant code.

This method is very useful for categorizing a specific purchase.

Q. What if I don’t know the MCC code? How can I find the appropriate MCC code?

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”