BinInfo 2.0.0
See the version list below for details.
dotnet add package BinInfo --version 2.0.0
NuGet\Install-Package BinInfo -Version 2.0.0
<PackageReference Include="BinInfo" Version="2.0.0" />
paket add BinInfo --version 2.0.0
#r "nuget: BinInfo, 2.0.0"
// Install BinInfo as a Cake Addin #addin nuget:?package=BinInfo&version=2.0.0 // Install BinInfo as a Cake Tool #tool nuget:?package=BinInfo&version=2.0.0
BinInfo gets information about Credit Card Issuers through binlist.net public REST API.
binlist.net is a public web service for searching Issuer Identification Numbers (IIN).
The first 6 digits of a credit card number are known as the Issuer Identification Number (IIN), previously known as Bank Identification Number (BIN). These identify the institution that issued the card to the card holder.
This webservice has an internal database with IIN/BIN information, which is queried via the Rest API. There's no magic or tricky calculations, it's just a database. And although the database is very accurate, don't expect it to be perfect.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated the JSON model to match the current structure provided by binlist. Thanks to @dsouzaj86!
This version brakes backwards compatibility and requires changes in your code. Please visit the Github project and check the new IssuerInformation structure.