0.0.16 • Published 11 months ago

@mrfintech/eftpos-bin v0.0.16

Weekly downloads
-
License
ISC
Repository
github
Last release
11 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.16

11 months ago

0.0.15

11 months ago