Adyen BinLookup API

Description

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 key, add an X-API-Key header with the API key as the value, for example:

curl
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
...

Alternatively, you can use the username and password to connect to the API using basic authentication, for example:

curl
-U "ws@Company.YOUR_COMPANY_ACCOUNT":"YOUR_BASIC_AUTHENTICATION_PASSWORD" \
-H "Content-Type: application/json" \
...

Versioning

The BinLookup API supports versioning using a version suffix in the endpoint URL. This suffix has the following format: “vXX”, where XX is the version number.

For example:

https://pal-test.adyen.com/pal/servlet/BinLookup/v54/get3dsAvailability
```## Going live

To authneticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) 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 `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.

Use this page to mock Adyen BinLookup API in your testing and development.

Run our mock API sample using the open source WireMock library, or in the free edition of WireMock Cloud. You'll have a working API server simulating the behavior of Adyen BinLookup API, which will allow you to keep building and testing even if the actual API you isn't currently available.

Related mocks

Adyen Data Protection API

Adyen Data Protection API provides a way

Hosted onboarding API

This API is used for the classic

Adyen Checkout Utility Service

A web service containing utility

Notification Configuration API

This API is used for the classic

Legal Entity Management API

The Legal Entity Management API enables

POS Terminal Management API

This API provides endpoints for managing

Ready to accelerate your development flow

Shorter release cycles, more predictable schedules and fewer defects in production.
Start Mocking for Free *Free forever. No credit card needed