{ "$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" }