Adyen · JSON-LD Context

Adyen Binlookup Card Bin Context

JSON-LD context defining the semantic vocabulary for Adyen Binlookup Card Bin from Adyen.

1 Classes 11 Properties 4 Namespaces
View Context View on GitHub

Namespaces

adyen: https://docs.adyen.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

CardBin

Properties

Property Type Container
bin string
commercial boolean
fundingSource string
fundsAvailability string
issuerBin string
issuingBank string
issuingCountry string
issuingCurrency string
paymentMethod string
payoutEligible string
summary string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "adyen": "https://docs.adyen.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "CardBin": "adyen:CardBin",
    "bin": {
      "@id": "adyen:bin",
      "@type": "xsd:string"
    },
    "commercial": {
      "@id": "adyen:commercial",
      "@type": "xsd:boolean"
    },
    "fundingSource": {
      "@id": "adyen:fundingSource",
      "@type": "xsd:string"
    },
    "fundsAvailability": {
      "@id": "adyen:fundsAvailability",
      "@type": "xsd:string"
    },
    "issuerBin": {
      "@id": "adyen:issuerBin",
      "@type": "xsd:string"
    },
    "issuingBank": {
      "@id": "adyen:issuingBank",
      "@type": "xsd:string"
    },
    "issuingCountry": {
      "@id": "adyen:issuingCountry",
      "@type": "xsd:string"
    },
    "issuingCurrency": {
      "@id": "adyen:issuingCurrency",
      "@type": "xsd:string"
    },
    "paymentMethod": {
      "@id": "adyen:paymentMethod",
      "@type": "xsd:string"
    },
    "payoutEligible": {
      "@id": "adyen:payoutEligible",
      "@type": "xsd:string"
    },
    "summary": {
      "@id": "adyen:summary",
      "@type": "xsd:string"
    }
  }
}