Adyen · JSON Structure

Checkout Response Additional Data Card Structure

ResponseAdditionalDataCard schema from Adyen API

Type: object Properties: 8
PaymentsFinancial ServicesFintech

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

Properties

cardBin cardHolderName cardIssuingBank cardIssuingCountry cardIssuingCurrency cardPaymentMethod cardSummary issuerBin

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-response-additional-data-card-structure.json",
  "description": "ResponseAdditionalDataCard schema from Adyen API",
  "type": "object",
  "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"
    }
  },
  "name": "ResponseAdditionalDataCard"
}