Adyen · JSON Structure

Binlookup Three Ds Availability Request Structure

ThreeDSAvailabilityRequest schema from Adyen API

Type: object Properties: 6 Required: 1
PaymentsFinancial ServicesFintech

ThreeDSAvailabilityRequest is a JSON Structure definition published by Adyen, describing 6 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

additionalData brands cardNumber merchantAccount recurringDetailReference shopperReference

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-three-ds-availability-request-structure.json",
  "description": "ThreeDSAvailabilityRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "additionalData": {
      "additionalProperties": {
        "type": "string"
      },
      "description": "This field contains additional data, which may be required for a particular request.\n\nThe `additionalData` object consists of entries, each of which includes the key and value.",
      "type": "object"
    },
    "brands": {
      "description": "List of brands.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "cardNumber": {
      "description": "Card number or BIN.",
      "type": "string"
    },
    "merchantAccount": {
      "description": "The merchant account identifier.",
      "type": "string"
    },
    "recurringDetailReference": {
      "description": "A recurring detail reference corresponding to a card.",
      "type": "string"
    },
    "shopperReference": {
      "description": "The shopper's reference to uniquely identify this shopper (e.g. user ID or account ID).",
      "type": "string"
    }
  },
  "required": [
    "merchantAccount"
  ],
  "name": "ThreeDSAvailabilityRequest"
}