The Card BIN Data API provides detailed information about a card.
The Card BIN Data API provides detailed information about a card.
Lookup details
Lookup details
An object that contains information about the merchant and API level configuration.
{ "merchant": { "entity": "default" }, "cardNumber": "4444333322221111" }
Request Successful
Generated identifier for the request and response. When contacting support please include this.
Brand of the card
Funding source of the card
Anonymous prepaid program and AMLD5 compliance
{ "type": "pan", "brand": [ "visa" ], "bin": "444433", "binLength": 6, "fundingType": "debit", "issuerName": "Bank of America", "countryCode": "US", "currency": "USD", "dccAllowed": true, "anonymousPrepaid": "notPrepaidOrNonAnonomous", "category": "consumer" }