BIN Lookup

Enter the first 6 to 8 digits of a card number (BIN/IIN) to retrieve information. You can check up to 10 BINs at a time.

API Documentation

API Endpoint:
https://binpro.cc/api.php

Parameters:
api_key: Your API key
bin: The BIN/IIN number(s) you want to check

Example Request:
https://binpro.cc/api.php?api_key=yourkey&bin=450001

Response:
{ "bin": "450001", "scheme": "Visa", "type": "Credit", "brand": "PURCHASING", "country": "CANADA", "bank": "PEOPLES TRUST COMPANY" }

Error Handling:
If an invalid BIN is provided, you'll receive a 404 status code with a message: { "error": "BIN not found" }