Adyen · Schema

CardDetailsResponse

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-carddetailsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CardDetailsResponse",
  "title": "CardDetailsResponse",
  "properties": {
    "brands": {
      "description": "The list of brands identified for the card.",
      "items": {
        "$ref": "#/components/schemas/CardBrandDetails"
      },
      "type": "array"
    }
  },
  "type": "object"
}