Adyen · JSON-LD Context

Adyen Payouts Payout Response Context

JSON-LD context defining the semantic vocabulary for Adyen Payouts Payout Response 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

PayoutResponse

Properties

Property Type Container
additionalData reference
authCode string
dccAmount string
dccSignature string
fraudResult string
issuerUrl string
md string
paRequest string
pspReference string
refusalReason string
resultCode 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#",
    "PayoutResponse": "adyen:PayoutResponse",
    "additionalData": {
      "@id": "adyen:additionalData",
      "@type": "@id"
    },
    "authCode": {
      "@id": "adyen:authCode",
      "@type": "xsd:string"
    },
    "dccAmount": {
      "@id": "adyen:dccAmount",
      "@type": "xsd:string"
    },
    "dccSignature": {
      "@id": "adyen:dccSignature",
      "@type": "xsd:string"
    },
    "fraudResult": {
      "@id": "adyen:fraudResult",
      "@type": "xsd:string"
    },
    "issuerUrl": {
      "@id": "adyen:issuerUrl",
      "@type": "xsd:string"
    },
    "md": {
      "@id": "adyen:md",
      "@type": "xsd:string"
    },
    "paRequest": {
      "@id": "adyen:paRequest",
      "@type": "xsd:string"
    },
    "pspReference": {
      "@id": "adyen:pspReference",
      "@type": "xsd:string"
    },
    "refusalReason": {
      "@id": "adyen:refusalReason",
      "@type": "xsd:string"
    },
    "resultCode": {
      "@id": "adyen:resultCode",
      "@type": "xsd:string"
    }
  }
}