Adyen · JSON Structure

Checkout Card Details Response Structure

CardDetailsResponse schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

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

Properties

brands

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/checkout-card-details-response-structure.json",
  "description": "CardDetailsResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "brands": {
      "description": "The list of brands identified for the card.",
      "items": {
        "$ref": "#/components/schemas/CardBrandDetails"
      },
      "type": "array"
    }
  },
  "name": "CardDetailsResponse"
}