Adyen · Schema

ResponseAdditionalDataCard

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
cardBin string The first six digits of the card number. This is the [Bank Identification Number (BIN)](https://docs.adyen.com/get-started-with-adyen/payment-glossary#bank-identification-number-bin) for card numbers
cardHolderName string The cardholder name passed in the payment request.
cardIssuingBank string The bank or the financial institution granting lines of credit through card association branded payment cards. This information can be included when available.
cardIssuingCountry string The country where the card was issued. Example: US
cardIssuingCurrency string The currency in which the card is issued, if this information is available. Provided as the currency code or currency number from the ISO-4217 standard. Example: USD
cardPaymentMethod string The card payment method used for the transaction. Example: amex
cardSummary string The last four digits of a card number. > Returned only in case of a card payment.
issuerBin string The first eight digits of the card number. Only returned if the card number is 16 digits or more. This is the [Bank Identification Number (BIN)](https://docs.adyen.com/get-started-with-adyen/payment-g
View JSON Schema on GitHub

JSON Schema

adyen-responseadditionaldatacard-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResponseAdditionalDataCard",
  "title": "ResponseAdditionalDataCard",
  "properties": {
    "cardBin": {
      "description": "The first six digits of the card number.\n\nThis is the [Bank Identification Number (BIN)](https://docs.adyen.com/get-started-with-adyen/payment-glossary#bank-identification-number-bin) for card numbers with a six-digit BIN.\n\nExample: 521234",
      "type": "string"
    },
    "cardHolderName": {
      "description": "The cardholder name passed in the payment request.",
      "type": "string"
    },
    "cardIssuingBank": {
      "description": "The bank or the financial institution granting lines of credit through card association branded payment cards. This information can be included when available.",
      "type": "string"
    },
    "cardIssuingCountry": {
      "description": "The country where the card was issued.\n\nExample: US",
      "type": "string"
    },
    "cardIssuingCurrency": {
      "description": "The currency in which the card is issued, if this information is available. Provided as the currency code or currency number from the ISO-4217 standard. \n\nExample: USD",
      "type": "string"
    },
    "cardPaymentMethod": {
      "description": "The card payment method used for the transaction.\n\nExample: amex",
      "type": "string"
    },
    "cardSummary": {
      "description": "The last four digits of a card number.\n\n> Returned only in case of a card payment.",
      "type": "string"
    },
    "issuerBin": {
      "description": "The first eight digits of the card number. Only returned if the card number is 16 digits or more.\n\nThis is the [Bank Identification Number (BIN)](https://docs.adyen.com/get-started-with-adyen/payment-glossary#bank-identification-number-bin) for card numbers with an eight-digit BIN.\n\nExample: 52123423",
      "type": "string"
    }
  },
  "type": "object"
}

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/adyen-responseadditionaldatacard"
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.