Adyen · JSON-LD Context

Adyen Checkout Apple Pay Context

JSON-LD context defining the semantic vocabulary for Adyen Checkout Apple Pay from Adyen.

4 Classes 10 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

ApplePayDetails ApplePayDonations ApplePaySessionRequest ApplePaySessionResponse

Properties

Property Type Container
applePayToken string
checkoutAttemptId string
fundingSource string
recurringDetailReference string
storedPaymentMethodId string
type string
displayName string
domainName string
merchantIdentifier string
data 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#",
    "ApplePayDetails": "adyen:ApplePayDetails",
    "ApplePayDonations": "adyen:ApplePayDonations",
    "ApplePaySessionRequest": "adyen:ApplePaySessionRequest",
    "ApplePaySessionResponse": "adyen:ApplePaySessionResponse",
    "applePayToken": {
      "@id": "adyen:applePayToken",
      "@type": "xsd:string"
    },
    "checkoutAttemptId": {
      "@id": "adyen:checkoutAttemptId",
      "@type": "xsd:string"
    },
    "fundingSource": {
      "@id": "adyen:fundingSource",
      "@type": "xsd:string"
    },
    "recurringDetailReference": {
      "@id": "adyen:recurringDetailReference",
      "@type": "xsd:string"
    },
    "storedPaymentMethodId": {
      "@id": "adyen:storedPaymentMethodId",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "adyen:type",
      "@type": "xsd:string"
    },
    "displayName": {
      "@id": "adyen:displayName",
      "@type": "xsd:string"
    },
    "domainName": {
      "@id": "adyen:domainName",
      "@type": "xsd:string"
    },
    "merchantIdentifier": {
      "@id": "adyen:merchantIdentifier",
      "@type": "xsd:string"
    },
    "data": {
      "@id": "adyen:data",
      "@type": "xsd:string"
    }
  }
}