Adyen · JSON-LD Context

Adyen Checkout Three D Context

JSON-LD context defining the semantic vocabulary for Adyen Checkout Three D from Adyen.

1 Classes 12 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

ThreeDSecureData

Properties

Property Type Container
authenticationResponse string
cavv string
cavvAlgorithm string
challengeCancel string
directoryResponse string
dsTransID string
eci string
riskScore string
threeDSVersion string
tokenAuthenticationVerificationValue string
transStatusReason string
xid 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#",
    "ThreeDSecureData": "adyen:ThreeDSecureData",
    "authenticationResponse": {
      "@id": "adyen:authenticationResponse",
      "@type": "xsd:string"
    },
    "cavv": {
      "@id": "adyen:cavv",
      "@type": "xsd:string"
    },
    "cavvAlgorithm": {
      "@id": "adyen:cavvAlgorithm",
      "@type": "xsd:string"
    },
    "challengeCancel": {
      "@id": "adyen:challengeCancel",
      "@type": "xsd:string"
    },
    "directoryResponse": {
      "@id": "adyen:directoryResponse",
      "@type": "xsd:string"
    },
    "dsTransID": {
      "@id": "adyen:dsTransID",
      "@type": "xsd:string"
    },
    "eci": {
      "@id": "adyen:eci",
      "@type": "xsd:string"
    },
    "riskScore": {
      "@id": "adyen:riskScore",
      "@type": "xsd:string"
    },
    "threeDSVersion": {
      "@id": "adyen:threeDSVersion",
      "@type": "xsd:string"
    },
    "tokenAuthenticationVerificationValue": {
      "@id": "adyen:tokenAuthenticationVerificationValue",
      "@type": "xsd:string"
    },
    "transStatusReason": {
      "@id": "adyen:transStatusReason",
      "@type": "xsd:string"
    },
    "xid": {
      "@id": "adyen:xid",
      "@type": "xsd:string"
    }
  }
}