수천 건의 일일 BIN 수정을 통해 유지 관리되는 공용 커뮤니티 기반 BIN 데이터베이스를 통해 우리는 사기 예방을위한 발달 과정을 쉽게하기 위해이 RESTful API 웹 서비스를 자랑스럽게 제시합니다. API 사용자, 판매자 및 개발자의 피드백을 통해 API 및 프리젠 테이션 인터페이스 계층에 대한 데이터베이스 필드 배열이 계속 진화합니다. 이 공용 BIN / IIN 데이터베이스는 자주 업데이트되지만 완벽하지는 않습니다. 조심해서 사용하십시오.
** 시험 프리미엄 BIN 검사기 업데이트되고 정확한 BIN 체크
HTTP GET 또는 HTTP POST 요청을 https://api.freebinchecker.com/bin/{bin}
을 클릭하십시오. 반환되는 형식은 JSON입니다.
API 요청의 좋은 예는 다음과 같습니다.
https://api.freebinchecker.com/bin/371241
https://api.freebinchecker.com/bin/370245
나쁜 예 :
https://api.freebinchecker.com/bin/AMEX
https://api.freebinchecker.com/bin/debit-card
매개 변수 | 필수 | 유형 | 값 | 기술 |
---|---|---|---|---|
{bin-number} | 예 | string | BIN 또는 IIN (지불 카드의 처음 6 자리) | |
다른 매개 변수들 | 아니 | string | 개발중인. 아이디어와 협조에 대해서는 dev@freebinchecker.com에 문의하십시오. |
JSON 형식
매개 변수 | 유형 | 값 | 기술 |
---|---|---|---|
valid | boolean | true 또는 false | 유효한 요청 |
message | string | optional | 이 특정 API 호출에 대한 추가 정보 |
card | object | bin, length, luhn check, prepaid, commercial, scheme, type, category | 카드 정보 |
card→bin | string | 370245, etc | BIN 결과. 긴 BIN 번호로 중복 된 경우 가장 정확한 BIN이 반환되어 여기 반영됩니다. |
card→length | string | 15, 16, etc | 요청한 BIN에 대한이 카드의 번호 길이 |
card→luhn | boolean | true 또는 false | 요청한 BIN에 대해이 카드의 Luhn 알고리즘을 반환하십시오. |
card→prepaid | boolean | true 또는 false | 선불 ? |
card→commercial | boolean | true 또는 false | 상업용 ? |
card→scheme | string | AMEX, VISA, MATERCARD, etc | 카드 발행사 (네트워크, 브랜드, 제도라고도 함) |
card→type | string | "credit", "debit", "charge", etc | 카드 유형 분류 |
card→category | string | "STANDARD", "VIP", etc | 카드 카테고리 |
issuer | object | name, url, tel, city | 발급자에 대한 정보 |
issuer→name | string | Bank of America, Chase, Wellsfargo, etc | 카드 발급 기관의 이름 |
issuer→url | string | https://www.freebinchecker.com, etc | 카드 발급 사의 URL |
issuer→tel | string | +1 408 434 5454, etc | 카드 발급 사의 전화 |
issuer→city | string | San Francisco, New York, etc | 카드 발급 사가 위치한 도시 |
country | object | name, alpha-2-code, numberic code, latitude, longitude | 발행국에 관한 정보 |
country→name | string | United States, China, France, Japan, etc | 카드 발급 국 이름 |
country→alpha-2-code | string | US, CN, FR, JA, etc | 카드 발급 국가의 알파 2 코드 |
country→numeric-code | string | 840, 841, etc | 카드 발행국의 숫자 코드 |
country→latitude | string | 37.09024, etc | 카드 발급 국가의 위도 |
country→longitude | string | -95.712891, etc | 카드 발급 국 경도 |
country→currency | string | USD, EUR, etc | 카드 발급 국의 통화 코드 |
country→currency name | string | United states dollar, etc | 카드 발급 국가의 전체 통화 이름 |
{ "valid": true, "card": { "bin": "370245", "scheme": "AMEX", "type": "credit", "category": "STANDARD" }, "issuer": { "name": "BANESCO BANCO UNIVERSAL S.A.", "url": "www.banesco.com", "tel": "+58 212 501 11 11" }, "country": { "name": "United States", "numeric code": "840", "alpha 2 code": "US", "latitude": "37.09024", "longitude": "-95.712891", "currency": "USD", "currency name": "United States dollar" } }
{ "valid": true, "card": { "bin": "460007", "scheme": "VISA", "type": "debit" }, "issuer": { "name": "METABANK", "url": "bankmeta.com", "tel": "800-554-8969" }, "country": { "name": "United States", "numeric code": "840", "alpha 2 code": "US", "latitude": "37.09024", "longitude": "-95.712891", "currency": "USD", "currency name": "United States dollar" } }
무료 BIN 데이터베이스를 다운로드합니다. 이 페이지에서 평생 무료 BIN 조회를받을 수 있습니다.
무료 BIN 데이터베이스를 다운로드하려면 ADBlock을 비활성화하십시오. 최신 업데이트를 보려면 아래 버튼을 누르십시오.