Adyen · JSON-LD Context

Adyen Checkout Payment Verification Context

JSON-LD context defining the semantic vocabulary for Adyen Checkout Payment Verification from Adyen.

2 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

PaymentVerificationRequest PaymentVerificationResponse

Properties

Property Type Container
payload string
additionalData reference
fraudResult string
merchantReference string
order string
pspReference string
refusalReason string
refusalReasonCode string
resultCode string
serviceError string
shopperLocale 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#",
    "PaymentVerificationRequest": "adyen:PaymentVerificationRequest",
    "PaymentVerificationResponse": "adyen:PaymentVerificationResponse",
    "payload": {
      "@id": "adyen:payload",
      "@type": "xsd:string"
    },
    "additionalData": {
      "@id": "adyen:additionalData",
      "@type": "@id"
    },
    "fraudResult": {
      "@id": "adyen:fraudResult",
      "@type": "xsd:string"
    },
    "merchantReference": {
      "@id": "adyen:merchantReference",
      "@type": "xsd:string"
    },
    "order": {
      "@id": "adyen:order",
      "@type": "xsd:string"
    },
    "pspReference": {
      "@id": "adyen:pspReference",
      "@type": "xsd:string"
    },
    "refusalReason": {
      "@id": "adyen:refusalReason",
      "@type": "xsd:string"
    },
    "refusalReasonCode": {
      "@id": "adyen:refusalReasonCode",
      "@type": "xsd:string"
    },
    "resultCode": {
      "@id": "adyen:resultCode",
      "@type": "xsd:string"
    },
    "serviceError": {
      "@id": "adyen:serviceError",
      "@type": "xsd:string"
    },
    "shopperLocale": {
      "@id": "adyen:shopperLocale",
      "@type": "xsd:string"
    }
  }
}