sahlhoff / merchant-category-codes

Merchant Category Codes for credit card transactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merchant Category Code

Merchant Category Codes provides context to transaction merchant codes. See wikipedia for more information.

Install

npm i merchant-category-code

Usage

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

About

Merchant Category Codes for credit card transactions.


Languages

Language:JavaScript 100.0%