UNPKG

binlist

Version:

Node.js wrapper for BIN List by PAYOUT

23 lines (20 loc) 395 B
# binlist Node.js wrapper for Binlist by PAYOUT https://bins.payout.com ## Usage ```javascript 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); }); ```