Adyen · Example Payload

Binlookup Three Ds Availability Response Example

PaymentsFinancial ServicesFintech

Binlookup Three Ds Availability Response Example is an example object payload from Adyen, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

binDetailsdsPublicKeysthreeDS1SupportedthreeDS2CardRangeDetailsthreeDS2supported

Example Payload

Raw ↑
{
  "binDetails": "example_value",
  "dsPublicKeys": [
    "example_value"
  ],
  "threeDS1Supported": true,
  "threeDS2CardRangeDetails": [
    "example_value"
  ],
  "threeDS2supported": true
}