Number of APIs: 2
The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN. You need an API credential to authenticate to the API. If using an API key, add an Alternatively, you can use the username and password to connect to the API using basic authentication, for example: The BinLookup API supports versioning using a version suffix in the endpoint URL. This suffix has the following format: For example:
To authneticate to the live endpoints, you need an API credential from your live Customer Area. The live endpoint URLs contain a prefix which is unique to your company account:
``` https://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v54/get3dsAvailability
``` Get your Authentication
X-API-Key
header with the API key as the value, for example:curl
-H "Content-Type: application/json" \n-H "X-API-Key: YOUR_API_KEY" \n...
curl
-U "ws@Company.YOUR_COMPANY_ACCOUNT":"YOUR_BASIC_AUTHENTICATION_PASSWORD" \n-H "Content-Type: application/json" \n...
Versioning
vXX
, where XX is the version number.
https://pal-test.adyen.com/pal/servlet/BinLookup/v54/get3dsAvailability
## Going live{PREFIX}
from your live Customer Area under Developers > API URLs > Prefix.
POST {{baseUrl}}/getCostEstimate
POST {{baseUrl}}/get3dsAvailability
ENDPOINTS