0.0.4 • Published 7 months ago

eftpos-bin v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Australian domestic card scheme checker

BIN list last updated: 25 November 2024.

Install

npm install eftpos-bin

Example

const EftposBin = require('eftpos-bin');

console.log(EftposBin.isEftpos(415436)); // true

console.log(EftposBin.getCardTypeByBin(415436)); // debit

NOTE: If 8 digit BIN number is entered, it is going to check within 8 BIN numbers values, if not, cut it to 6 digit and try to find among 6 digit BINs.

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago