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.
"4c195ce9-3dbd-4bc8-9c94-3d3393842323"
Brand of the card
"visa"
Funding source of the card
"credit"
Anonymous prepaid program and AMLD5 compliance
"notPrepaidOrNonAnonomous"
{ "type": "pan", "brand": [ "visa" ], "bin": "444433", "binLength": 6, "fundingType": "debit", "issuerName": "Bank of America", "countryCode": "US", "currency": "USD", "dccAllowed": true, "anonymousPrepaid": "notPrepaidOrNonAnonomous", "category": "consumer" }