adyen.com

The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN. Authentication You need an API credential to authenticate to the API. If using an API k

🔑 apikey 2 endpoints payment
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

adyen-sdk-explorer ✓ Official
npm install adyen-sdk-explorer
# See https://github.com/Adyen/adyen-swift-public-api-diff
# See https://github.com/Adyen/adyen-authentication-ios
# See https://github.com/dmitry-blackwave/adyen-react-native
adyen-pos-mobile-ios ✓ Official
# See https://github.com/Adyen/adyen-pos-mobile-ios
curl examples
Get a fees cost estimate
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/BinLookup/v54/getCostEstimate
Check if 3D Secure is available
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/BinLookup/v54/get3dsAvailability
Endpoints (2 total)
POST
/getCostEstimate
Get a fees cost estimate
POST
/get3dsAvailability
Check if 3D Secure is available
At a glance
Total SDKs5
Languages5
Endpoints2
Authapikey
Categories1
https://pal-test.adyen.com/pal/servlet/BinLookup/v54