Lookup card information by BIN

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

API Response Structure

Request Parameters

Response Codes

Example API Request

curl --request GET \
     --url https://api.astrada.co/bin-lookup \
     --header 'accept: application/hal+json'

Example API Response

{
  "bin": "411111",
  "network": "VISA",
  "type": "COMMERCIAL",
  "fundingType": "CREDIT",
  "issuerName": "Example Bank",
  "issuerCountry": "USA",
  "issuerRegion": "NA"
}