Adyen · Schema

CardBin

CardBin schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
bin string The first 6 digit of the card number. Enable this field via merchant account settings.
commercial boolean If true, it indicates a commercial card. Enable this field via merchant account settings.
fundingSource string The card funding source. Valid values are: * CHARGE * CREDIT * DEBIT * DEFERRED_DEBIT * PREPAID * PREPAID_RELOADABLE * PREPAID_NONRELOADABLE > Enable this field via merchant account settings.
fundsAvailability string Indicates availability of funds. Visa: * "I" (fast funds are supported) * "N" (otherwise) Mastercard: * "I" (product type is Prepaid or Debit, or issuing country is in CEE/HGEM list) * "N" (otherwise)
issuerBin string The first 8 digit of the card number. Enable this field via merchant account settings.
issuingBank string The issuing bank of the card.
issuingCountry string The country where the card was issued from.
issuingCurrency string The currency of the card.
paymentMethod string The payment method associated with the card (e.g. visa, mc, or amex).
payoutEligible string Indicates whether a payout is eligible or not for this card. Visa: * "Y" * "N" Mastercard: * "Y" (domestic and cross-border) * "D" (only domestic) * "N" (no MoneySend) * "U" (unknown) > Returned when
summary string The last four digits of the card number.
View JSON Schema on GitHub