Adyen · JSON Structure

Binlookup Card Bin Structure

CardBin schema from Adyen API

Type: object Properties: 11
PaymentsFinancial-ServicesFintech

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

Properties

bin commercial fundingSource fundsAvailability issuerBin issuingBank issuingCountry issuingCurrency paymentMethod payoutEligible summary

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/binlookup-card-bin-structure.json",
  "description": "CardBin schema from Adyen API",
  "type": "object",
  "properties": {
    "bin": {
      "description": "The first 6 digit of the card number. Enable this field via merchant account settings.",
      "type": "string"
    },
    "commercial": {
      "description": "If true, it indicates a commercial card. Enable this field via merchant account settings.",
      "type": "boolean"
    },
    "fundingSource": {
      "description": "The card funding source. Valid values are:\n* CHARGE\n* CREDIT\n* DEBIT\n* DEFERRED_DEBIT\n* PREPAID\n* PREPAID_RELOADABLE\n* PREPAID_NONRELOADABLE\n> Enable this field via merchant account settings.",
      "type": "string"
    },
    "fundsAvailability": {
      "description": "Indicates availability of funds.\n\nVisa:\n* \"I\" (fast funds are supported)\n* \"N\" (otherwise)\n\nMastercard:\n* \"I\" (product type is Prepaid or Debit, or issuing country is in CEE/HGEM list)\n* \"N\" (otherwise)\n> Returned when you verify a card BIN or estimate costs, and only if `payoutEligible` is different from \"N\" or \"U\".",
      "type": "string"
    },
    "issuerBin": {
      "x-addedInVersion": "54",
      "description": "The first 8 digit of the card number. Enable this field via merchant account settings.",
      "type": "string"
    },
    "issuingBank": {
      "description": "The issuing bank of the card.",
      "type": "string"
    },
    "issuingCountry": {
      "description": "The country where the card was issued from.",
      "type": "string"
    },
    "issuingCurrency": {
      "description": "The currency of the card.",
      "type": "string"
    },
    "paymentMethod": {
      "description": "The payment method associated with the card (e.g. visa, mc, or amex).",
      "type": "string"
    },
    "payoutEligible": {
      "description": "Indicates whether a payout is eligible or not for this card.\n\nVisa:\n* \"Y\"\n* \"N\"\n\nMastercard:\n* \"Y\" (domestic and cross-border)\n* \"D\" (only domestic)\n* \"N\" (no MoneySend)\n* \"U\" (unknown)\n> Returned when you verify a card BIN or estimate costs, and only if `payoutEligible` is different from \"N\" or \"U\".",
      "type": "string"
    },
    "summary": {
      "description": "The last four digits of the card number.",
      "type": "string"
    }
  },
  "name": "CardBin"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/binlookup-card-bin-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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