BINList 0.1.1

BINList 0.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2015
SPMSupports SPM

Maintained by Thi Doan, Thi Doan.



BINList 0.1.1

  • By
  • Thi Doan

BINList

BIN lookup library in Swift.

BINList is a simple library 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 library queries Binlist.net’s public REST API.

Requirements

  • iOS 8.0+ / Mac OS X 10.9+
  • Xcode 6.3

Installation

Usage

import BINList

BINList.find("431940", { (data) -> Void in
    println(data)
    return
})

License

BINList is released under the MIT license. See LICENSE for details.