APIHub
Back to Explore

Adyen BinLookup API

The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN.

Payment
apiKeyHeader
HTTPS
CORS: Unknown
Visit official documentation

Latency

Not monitored yet

Uptime

Not monitored yet

Playground

Verified

live

Endpoints

REST · JSON
POST

/get3dsAvailability

Check if 3D Secure is available

POST

/getCostEstimate

Get a fees cost estimate

2 endpoints auto-detected

Authentication

This API uses an API key, passed in the "X-API-Key" header. No OAuth required.

curl -X POST \
  "https://pal-test.adyen.com/pal/servlet/BinLookup/v54/get3dsAvailability" \
  -H "X-API-Key: YOUR_API_KEY"

pal-test.adyen.com · HTTPS only