Adyen · JSON-LD Context

Adyen Payments Authentication Result Context

JSON-LD context defining the semantic vocabulary for Adyen Payments Authentication Result from Adyen.

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

AuthenticationResultRequest AuthenticationResultResponse

Properties

Property Type Container
merchantAccount string
pspReference string
threeDS1Result string
threeDS2Result 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#",
    "AuthenticationResultRequest": "adyen:AuthenticationResultRequest",
    "AuthenticationResultResponse": "adyen:AuthenticationResultResponse",
    "merchantAccount": {
      "@id": "adyen:merchantAccount",
      "@type": "xsd:string"
    },
    "pspReference": {
      "@id": "adyen:pspReference",
      "@type": "xsd:string"
    },
    "threeDS1Result": {
      "@id": "adyen:threeDS1Result",
      "@type": "xsd:string"
    },
    "threeDS2Result": {
      "@id": "adyen:threeDS2Result",
      "@type": "xsd:string"
    }
  }
}