binlist

1.2.0 • Public • Published

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);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    175
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    175
  • 1.1.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i binlist

Weekly Downloads

175

Version

1.2.0

License

MIT

Last publish

Collaborators

  • pthm