Adyen · JSON Structure

Binlookup Ds Public Key Detail Structure

DSPublicKeyDetail schema from Adyen API

Type: object Properties: 5
PaymentsFinancial ServicesFintech

DSPublicKeyDetail is a JSON Structure definition published by Adyen, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

brand directoryServerId fromSDKVersion publicKey rootCertificates

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/binlookup-ds-public-key-detail-structure.json",
  "description": "DSPublicKeyDetail schema from Adyen API",
  "type": "object",
  "properties": {
    "brand": {
      "description": "Card brand.",
      "type": "string"
    },
    "directoryServerId": {
      "description": "Directory Server (DS) identifier.",
      "type": "string"
    },
    "fromSDKVersion": {
      "description": "The version of the mobile 3D Secure 2 SDK. For the possible values, refer to the versions in [Adyen 3DS2 Android](https://github.com/Adyen/adyen-3ds2-android/releases) and [Adyen 3DS2 iOS](https://github.com/Adyen/adyen-3ds2-ios/releases).",
      "type": "string"
    },
    "publicKey": {
      "description": "Public key. The 3D Secure 2 SDK encrypts the device information by using the DS public key.",
      "format": "byte",
      "type": "string"
    },
    "rootCertificates": {
      "description": "Directory Server root certificates. The 3D Secure 2 SDK verifies the ACS signed content using the rootCertificates.",
      "type": "string"
    }
  },
  "name": "DSPublicKeyDetail"
}