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.
- Host: GitHub
- URL: https://github.com/sahlhoff/merchant-category-codes
- Owner: sahlhoff
- Created: 2016-09-10T23:53:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T00:08:33.000Z (over 9 years ago)
- Last Synced: 2025-04-15T15:50:36.706Z (about 1 year ago)
- Topics: credit-card, credit-card-payments, finance, financial-analysis
- Language: JavaScript
- Size: 24.4 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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));
```