Adyen · Schema

CardInfo

CardInfo schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
authentication object Contains the card user's password and mobile phone number. This is required when you issue cards that can be used to make online payments within the EEA and the UK, or can be added to digital wallets.
brand string The brand of the physical or the virtual card. Possible values: **visa**, **mc**.
brandVariant string The brand variant of the physical or the virtual card. For example, **visadebit** or **mcprepaid**. >Reach out to your Adyen contact to get the values relevant for your integration.
cardholderName string The name of the cardholder. Maximum length: 26 characters.
configuration object Settings required when creating a physical or a virtual card. Reach out to your Adyen contact to get the values that you can send in this object.
deliveryContact object The delivery contact (name and address) for physical card delivery.
formFactor string The form factor of the card. Possible values: **virtual**, **physical**.
threeDSecure string Allocates a specific product range for either a physical or a virtual card. Possible values: **fullySupported**, **secureCorporate**. >Reach out to your Adyen contact to get the values relevant for yo
View JSON Schema on GitHub

JSON Schema

configuration-card-info-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/configuration-card-info-schema.json",
  "title": "CardInfo",
  "description": "CardInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "authentication": {
      "description": "Contains the card user's password and mobile phone number. This is required when you issue cards that can be used to make online payments within the EEA and the UK, or can be added to digital wallets. Refer to [3D Secure and digital wallets](https://docs.adyen.com/issuing/3d-secure-and-wallets) for more information.",
      "$ref": "#/components/schemas/Authentication"
    },
    "brand": {
      "description": "The brand of the physical or the virtual card.\nPossible values: **visa**, **mc**.",
      "type": "string"
    },
    "brandVariant": {
      "description": "The brand variant of the physical or the virtual card. For example, **visadebit** or **mcprepaid**.\n>Reach out to your Adyen contact to get the values relevant for your integration.",
      "type": "string"
    },
    "cardholderName": {
      "description": "The name of the cardholder.\n Maximum length: 26 characters.",
      "maxLength": 26,
      "type": "string"
    },
    "configuration": {
      "description": "Settings required when creating a physical or a virtual card. \n\nReach out to your Adyen contact to get the values that you can send in this object.",
      "$ref": "#/components/schemas/CardConfiguration"
    },
    "deliveryContact": {
      "x-addedInVersion": "2",
      "description": "The delivery contact (name and address) for physical card delivery.",
      "$ref": "#/components/schemas/DeliveryContact"
    },
    "formFactor": {
      "description": "The form factor of the card.\nPossible values: **virtual**, **physical**.",
      "enum": [
        "physical",
        "unknown",
        "virtual"
      ],
      "type": "string"
    },
    "threeDSecure": {
      "description": "Allocates a specific product range for either a physical or a virtual card. Possible values: **fullySupported**, **secureCorporate**.\n>Reach out to your Adyen contact to get the values relevant for your integration.",
      "type": "string"
    }
  },
  "required": [
    "formFactor",
    "cardholderName",
    "brand",
    "brandVariant"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/configuration-card-info"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.