Adyen · Schema

CardDetailsResponse

CardDetailsResponse schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
brands array The list of brands identified for the card.
View JSON Schema on GitHub

JSON Schema

checkout-card-details-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/checkout-card-details-response-schema.json",
  "title": "CardDetailsResponse",
  "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"
    }
  }
}