1.2.0 • Published 7 years ago

binlist v1.2.0

Weekly downloads
33
License
MIT
Repository
github
Last release
7 years ago

binlist

Node.js wrapper for Binlist by PAYOUT https://bins.payout.com

Usage

var binlist = require('binlist');
binlist('XXXXXX').then(function(res){
  console.log(res);
  /*
  { bin: 'XXXXXX',
    brand: 'VISA',
    issuer: 'NATIONAL WESTMINSTER BANK PLC',
    type: 'DEBIT',
    country_code: 'GB',
    is_prepaid: false }
  */
}, function(err){
  console.log(err);
});
1.2.0

7 years ago

1.1.1

8 years ago

1.0.0

8 years ago