API · source category: Payment

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…

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: YOURAPIKEY" \ ... Alternatively, you can use the username and password to connect to the API using basic authentication, for example: curl -U "ws@Company.YOURCOMPANYACCOUNT":"YOURBASICAUTHENTICATIONPASSWORD" \ -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 exampl…

Open documentation ↗

Record

Type
Web API
Category
Finance & Payments
Authentication
API key
Pricing
Free
Base URL
https://raw.githubusercontent.com
Free tier
Public OpenAPI specification

Fields are reproduced from the source registry as-is. “Unknown” means the source did not describe the field — it is not an inference. See the methodology for how records are collected and normalised.

Tags

  • Payment

Browse all Finance & Payments APIs.