Verify if 3D Secure (3DS) is available for any card using our advanced BIN lookup service. Our system provides real-time verification to help businesses prevent fraud and ensure secure transactions. Whether you're an online merchant, a payment processor, or a security analyst, our fast and reliable service delivers accurate data to enhance payment security.
If you want to test the service, visit our API on RapidAPI: Try the Service
Discover how 3DS LOOKUP helps businesses enhance security, prevent fraud, and ensure seamless transactions.
Learn More Visa
Visa/Dankort
16
🇩🇰 Denmark
(latitude: 56, longitude: 10)
Jyske Bank, Hjørring
curl -H "Accept-Version: 3" "https://3dslookup.com/check/?bin=457173"
{
"number": {
"length": 16,
"luhn": true
},
"scheme": "visa",
"type": "debit",
"brand": "CLASSIC",
"country": {
"alpha2": "DK",
"name": "Denmark",
"emoji": "🇩🇰",
"currency": "DKK",
},
"bank": {
"name": "Jyske Bank",
}
}
curl -H "x-rapidapi-key: GET KEY"
"https://3ds-lookup.p.rapidapi.com/bin/?bin=457173"
{
"number": {
"length": 16,
"luhn": true
},
"scheme": "visa",
"type": "debit",
"brand": "CLASSIC",
"country": {
"alpha2": "DK",
"name": "Denmark",
"emoji": "🇩🇰",
"currency": "DKK",
},
"bank": {
"name": "Jyske Bank",
"secure": "aacsw.3ds.verifiedbyvisa.com",
"3dslookup": "authenticate_attempt_successful",
}
}
Fields may contain null
values which suggests
that cards may be one or the other.
If no matching cards are found an HTTP
404
response is returned.
Requests are throttled at 5 per hour with a burst allowance of 5. If you hit the speed limit the service will return a 429 http status code.
Get unlimited access from USD 0.003 per request + a subscription fee. Fill out the form or reach out to us at support@3dslookup.com to get access.
3dslookup.com is a public web service for looking up credit and debit card meta data.
The first 6 or 8 digits of a payment card number (credit cards, debit cards, etc.) are known as the Issuer Identification Numbers (IIN), previously known as Bank Identification Number (BIN). These identify the institution that issued the card to the card holder.
The data backing this service is not a table of card number prefixes. That would be unreliable and provide you with too little information. The data is sourced from multiple places, filtered, prioritized, and combined to form the data you eventually see. Some data is formed based on assumptions we make by looking at adjoining cards.
Although this service is very accurate, don't expect it to be perfect.
For the reasons above, we do not provide a static database dump; it is either terribly imprecise or you would need specialized software to compile the results.