An open API service indexing awesome lists of open source software.

https://github.com/sahlhoff/merchant-category-codes

Merchant Category Codes for credit card transactions.
https://github.com/sahlhoff/merchant-category-codes

credit-card credit-card-payments finance financial-analysis

Last synced: about 1 year ago
JSON representation

Merchant Category Codes for credit card transactions.

Awesome Lists containing this project

README

          

# Merchant Category Code
Merchant Category Codes provides context to transaction merchant codes. See [wikipedia](https://en.wikipedia.org/wiki/Standard_Industrial_Classification) for more information.

# Install

`npm i merchant-category-code`

# Usage

```
var mcc = require('merchant-category-code');
console.log(mcc(1731));
```